Adds notes.

This commit is contained in:
2026-04-21 15:39:16 -07:00
parent 1e5d1f13e8
commit 81c912e3ff
14 changed files with 1525 additions and 830 deletions

View File

@@ -15,6 +15,6 @@ const { Content } = await render(about);
<RootLayout>
<NotchedBox fillNotches="left">
<h1>{about.data.title}</h1>
<Content />
<Content />
</NotchedBox>
</RootLayout>