organize stuff

This commit is contained in:
MapleLeaf
2021-12-31 13:35:27 -06:00
committed by Darius
parent 6e18aac5bd
commit dcace52ac9
6 changed files with 6 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
export function DocumentPage() {
return (
<>
<h1>Docs</h1>
</>
)
}