Merge version_1 into main #3

Merged
development merged 4 commits from version_1 into main 2026-01-16 11:58:30 +00:00
Showing only changes of commit 0294e8aa79 - 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: [],
}