initial commit

This commit is contained in:
Zheyuan Wu
2024-11-17 22:05:00 -06:00
parent 784903cc3f
commit 1a0afdc06c
37 changed files with 7607 additions and 0 deletions

3
pages/_app.jsx Normal file
View File

@@ -0,0 +1,3 @@
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}