next.js/packages/next/src/lib/import-next-warning.ts
import-next-warning.ts6 lines205 B
import * as Log from '../build/output/log'

Log.warn(
  `"next" should not be imported directly, imported in ${module.parent?.filename}\nSee more info here: https://nextjs.org/docs/messages/import-next`
)
Quest for Codev2.0.0
/
SIGN IN