render markdown page
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import GettingStarted from "../docs/getting-started.md"
|
||||
|
||||
export function DocumentPage() {
|
||||
return (
|
||||
<>
|
||||
<h1>Docs</h1>
|
||||
<GettingStarted />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user