initalized structure of the project

This commit is contained in:
2026-04-26 19:02:19 -05:00
parent 86e0ff5691
commit a6848fb7e9
73 changed files with 548 additions and 1832 deletions
+7
View File
@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;