Files
atridotdad/islands/Example.tsx
2025-04-24 12:20:48 -06:00

8 lines
126 B
TypeScript

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