Initial boiler plate project
This commit is contained in:
5
node_modules/next/dist/client/components/dev-root-not-found-boundary.d.ts
generated
vendored
Normal file
5
node_modules/next/dist/client/components/dev-root-not-found-boundary.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
export declare function bailOnNotFound(): void;
|
||||
export declare function DevRootNotFoundBoundary({ children, }: {
|
||||
children: React.ReactNode;
|
||||
}): import("react/jsx-runtime").JSX.Element;
|
||||
Reference in New Issue
Block a user