Initial commit

This commit is contained in:
Refubz
2025-06-14 01:34:32 -07:00
parent c7e59f3fea
commit 42febd4cea
49 changed files with 4066 additions and 1 deletions

3
app/ui/fonts.ts Normal file
View File

@ -0,0 +1,3 @@
import { Inter } from 'next/font/google';
export const inter = Inter({ subsets: ['latin'] });