Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-07-03 11:37:21 +00:00
parent 037b3d5a89
commit 39caf6f7d6
109 changed files with 751 additions and 736 deletions

View File

@@ -1,8 +0,0 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./frontend/src/**/*.{html,js,svelte,ts}", "./frontend/spa.html"],
theme: {
extend: {},
},
plugins: [],
}