Initial commit from Create Next App

This commit is contained in:
Misaka_Company
2026-06-03 15:38:19 +08:00
commit 9c64dd557b
19 changed files with 6968 additions and 0 deletions

7
postcss.config.mjs Normal file
View File

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