chore: format frontend with prettier

This commit is contained in:
forgejo-bot
2026-05-21 19:32:44 +00:00
parent 472648582f
commit 166dce9e2f
18 changed files with 485 additions and 503 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: [],
};