Initial commit from Create Next App

This commit is contained in:
Mikuisnotavailable
2025-07-30 00:16:38 +08:00
commit b2739de915
20 changed files with 6504 additions and 0 deletions

5
postcss.config.mjs Normal file
View File

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