Merge version_1 into main #2

Merged
development merged 11 commits from version_1 into main 2026-01-20 13:58:38 +00:00
Showing only changes of commit a8c08c3947 - Show all commits

9
tailwind.config.js Normal file
View File

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