Initial commit from Create Next App

This commit is contained in:
azeeee05
2026-09-05 11:09:29 +05:30
commit 36ffe3fce3
115 changed files with 7204 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;