Initial commit from Create Next App

This commit is contained in:
Ehsan
2024-05-13 16:00:04 +03:30
commit 82ae4ed80e
14 changed files with 2031 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;