render markdown page

This commit is contained in:
MapleLeaf
2021-12-31 15:14:59 -06:00
committed by Darius
parent 989c3a573a
commit f603bdd7ba
4 changed files with 1016 additions and 6 deletions

View File

@@ -1,7 +1,10 @@
import GettingStarted from "../docs/getting-started.md"
export function DocumentPage() {
return (
<>
<h1>Docs</h1>
<GettingStarted />
</>
)
}