3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
|
|
declare function GlobalNotFound(): import("react/jsx-runtime").JSX.Element;
|
||
|
|
export default GlobalNotFound;
|