feat(client): setup tailwindcss and shadcn

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2025-12-19 15:31:27 +08:00
committed by Asai Neko
parent f5a811a6a2
commit 2148e47b10
9 changed files with 271 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import { App } from './App.tsx';
import './index.css';
createRoot(document.getElementById('root')!).render(
<StrictMode>