chore: format frontend with prettier

This commit is contained in:
forgejo-bot
2026-05-06 18:00:11 +00:00
parent 6fb9fadd11
commit 703e429e5c
17 changed files with 464 additions and 480 deletions
+6 -6
View File
@@ -1,8 +1,8 @@
export default {
darkMode: "class",
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
darkMode: "class",
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};