Init supabase

This commit is contained in:
2025-02-08 15:24:20 -08:00
parent 674b3b45c3
commit 91411a6083
68 changed files with 7216 additions and 542 deletions
@@ -0,0 +1,7 @@
export function TypographyInlineCode() {
return (
<code className="relative rounded bg-muted px-[0.3rem] py-[0.2rem] font-mono text-sm font-semibold">
@radix-ui/react-alert-dialog
</code>
);
}