Layout Demo
This commit is contained in:
parent
4cb2909e62
commit
f9b93c4fce
10 changed files with 117 additions and 40 deletions
7
src/components/page/commission.tsx
Normal file
7
src/components/page/commission.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export default function Commission() {
|
||||
return (
|
||||
<div>
|
||||
<p>Commission stuff eventually</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
7
src/components/page/link.tsx
Normal file
7
src/components/page/link.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export default function link() {
|
||||
return (
|
||||
<div>
|
||||
<p>Link stuff eventually</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
7
src/components/page/refsheet.tsx
Normal file
7
src/components/page/refsheet.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export default function Refsheet() {
|
||||
return (
|
||||
<div>
|
||||
<p>Refsheet stuff eventually</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue