Merge version_1 into main #1

Open
development wants to merge 10 commits from version_1 into main
Showing only changes of commit 456cad0546 - 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: [],
}