Initial commit from Create Next App

This commit is contained in:
aftabrehan
2024-02-01 11:37:28 +05:00
commit 3f6040c919
15 changed files with 2956 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};