File size: 200 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 | import { notFound } from '../not-found'
export const PARALLEL_ROUTE_DEFAULT_PATH =
'next/dist/client/components/builtin/default.js'
export default function ParallelRouteDefault() {
notFound()
}
|
1e92f2d | 1 2 3 4 5 6 7 8 9 | import { notFound } from '../not-found'
export const PARALLEL_ROUTE_DEFAULT_PATH =
'next/dist/client/components/builtin/default.js'
export default function ParallelRouteDefault() {
notFound()
}
|