basic page structure

This commit is contained in:
Mikayla Dobson
2023-05-29 11:50:00 -05:00
parent 0aa315c2ae
commit dee58ffe0a
14 changed files with 0 additions and 19 deletions

View File

0
app/about/me/page.tsx Normal file
View File

0
app/about/page.tsx Normal file
View File

View File

View File

0
app/about/work/page.tsx Normal file
View File

View File

@@ -1,10 +0,0 @@
# This should be a cool markdown page, rendered in Next
We've got syntax highlighting, and hopefully:
- This
- List
- Should
- Render
- As
- HTML

View File

@@ -1,9 +0,0 @@
import Content from "./content.mdx"
export default function TestPage() {
return (
<main>
<Content />
</main>
)
}

0
app/music/page.tsx Normal file
View File

View File

View File

0
app/music/works/page.tsx Normal file
View File

View File

0
app/projects/page.tsx Normal file
View File