Handle browser Errors.
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
declare const config: {};
|
||||
export default config;
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
import type { PropsWithChildren } from "react";
|
||||
export default function DefaultNotFoundPage({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
import type { PropsWithChildren } from "react";
|
||||
export default function DefaultServerErrorPage({ children, }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;
|
||||
Reference in New Issue
Block a user