UNPKG

next

Version:

The React Framework

7 lines (6 loc) 237 B
import { notFound } from '../not-found'; export const PARALLEL_ROUTE_DEFAULT_PATH = 'next/dist/client/components/builtin/default.js'; export default function ParallelRouteDefault() { notFound(); } //# sourceMappingURL=default.js.map