Merge version_1 into main #1

Merged
development merged 11 commits from version_1 into main 2026-01-20 15:22:49 +00:00
Showing only changes of commit b31ae4ffc3 - Show all commits

10
tailwind.config.js Normal file
View File

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