chore: fix Task 1 scaffold quality issues

This commit is contained in:
KimiSwitch Dev
2026-07-06 17:26:04 +08:00
parent dd53e4fb20
commit a81efe4317
8 changed files with 36 additions and 9 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};