File size: 205 Bytes
1e92f2d | 1 2 3 4 5 6 | 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`
)
|
1e92f2d | 1 2 3 4 5 6 | 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`
)
|