Feat: Add Tailwind directives

This commit is contained in:
2026-03-14 00:03:44 -07:00
parent 025bedb3a8
commit a0a639f4ae

3
app/globals.css Normal file
View File

@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;