Layout Demo

This commit is contained in:
Hannah-Dagemark 2025-03-27 09:08:43 +00:00
commit f9b93c4fce
10 changed files with 117 additions and 40 deletions

View file

@ -0,0 +1,7 @@
export default function Commission() {
return (
<div>
<p>Commission stuff eventually</p>
</div>
);
}

View file

@ -0,0 +1,7 @@
export default function link() {
return (
<div>
<p>Link stuff eventually</p>
</div>
);
}

View file

@ -0,0 +1,7 @@
export default function Refsheet() {
return (
<div>
<p>Refsheet stuff eventually</p>
</div>
);
}