?!?!?!?!?!?!

This commit is contained in:
2025-04-24 12:20:48 -06:00
parent 15b45f2a10
commit 5281eb71ab
2 changed files with 8 additions and 1 deletions

7
islands/Example.tsx Normal file
View File

@ -0,0 +1,7 @@
export default function Example() {
return (
<div class="flex flex-row gap-4 text-3xl">
Example
</div>
);
}