Merge version_1 into main #1

Merged
development merged 13 commits from version_1 into main 2026-01-21 11:11:12 +00:00
Showing only changes of commit d1533b7533 - 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: [],
}