Remove unneeded frontend pages/styling

This commit is contained in:
Xevion
2023-02-23 19:37:45 -06:00
parent 0baf71d816
commit 2219d5c313
7 changed files with 0 additions and 1017 deletions

View File

@@ -1,13 +0,0 @@
import { Html, Head, Main, NextScript } from 'next/document'
export default function Document() {
return (
<Html lang="en">
<Head />
<body>
<Main />
<NextScript />
</body>
</Html>
)
}