forked from zhangyonghao/minimap
first commit
This commit is contained in:
5
frontend/pages/_app.tsx
Normal file
5
frontend/pages/_app.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { AppProps } from "next/app";
|
||||
|
||||
export default function App({ Component, pageProps }: AppProps) {
|
||||
return <Component {...pageProps} />;
|
||||
}
|
||||
Reference in New Issue
Block a user