initial commit

This commit is contained in:
Muhtadee Taron
2025-07-02 21:28:19 +06:00
parent 9d81907550
commit ac49576b9b
15 changed files with 6599 additions and 2 deletions

5
postcss.config.mjs Normal file
View File

@ -0,0 +1,5 @@
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;