Initial commit: Web Table project scaffolded with Next.js

Created using create-next-app with TypeScript, Tailwind CSS, ESLint, and App Router.
This commit is contained in:
Misaka_Company
2026-06-10 09:08:41 +08:00
commit 38adf674e8
19 changed files with 6980 additions and 0 deletions

7
postcss.config.mjs Normal file
View File

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