feat: import shadcn tailwindcss (#1)

Reviewed-on: #1
This commit is contained in:
2025-10-27 20:04:14 +08:00
parent fbf4f5f98f
commit a1e2239458
10 changed files with 564 additions and 41 deletions

View File

@@ -4,6 +4,6 @@ import './index.css'
createRoot(document.getElementById('root')!).render(
<StrictMode>
<div />
</StrictMode>,
{null}
</StrictMode>
)