atri.dad/islands/Example.tsx
Atridad Lahiji 5281eb71ab
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m50s
?!?!?!?!?!?!
2025-04-24 12:20:48 -06:00

7 lines
126 B
TypeScript

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