initial commit

This commit is contained in:
paul
2024-08-04 12:08:30 +05:30
commit 12431e0c2b
22 changed files with 19194 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
}