Initial commit from Create Next App

This commit is contained in:
Poyraz Avsever
2026-03-09 10:21:53 +03:00
commit 24241aa1af
16 changed files with 4235 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;