added tailwind to imports

This commit is contained in:
2026-05-09 22:54:16 +02:00
parent c50ca3f78e
commit 8cbc39ed98
17 changed files with 572 additions and 114 deletions
+3 -1
View File
@@ -10,8 +10,10 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
"react-dom": "^19.2.5",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",