next.js/packages/next/src/server/route-modules/app-route/shared-modules.ts
shared-modules.ts4 lines287 B
// the name of the export has to be the camelCase version of the file name (without the extension)
// TODO: remove this. We need it because using notFound from next/navigation imports this file :(
export * as appRouterContext from '../../../shared/lib/app-router-context.shared-runtime'
Quest for Codev2.0.0
/
SIGN IN