This commit is contained in:
Dax Raad 2025-12-11 00:11:40 -05:00
commit 4309c078fb
3 changed files with 11 additions and 3 deletions

View file

@ -0,0 +1,3 @@
export default function () {
return <div>Hello World</div>
}