Merge version_1 into main #2

Merged
development merged 9 commits from version_1 into main 2026-01-20 15:24:00 +00:00
Showing only changes of commit 62aebec16f - Show all commits

View File

@@ -1,10 +1,9 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
module.exports = { module.exports = {
content: [ content: [
"./src/**/*.{js,jsx,ts,tsx}", "./public/index.html" "./src/**/*.{js,jsx,ts,tsx}"],
],
theme: { theme: {
extend: {}, extend: {},
}, },
plugins: [], plugins: [],
} }