update new

This commit is contained in:
2025-03-18 10:57:00 +07:00
parent 6dfa941a2f
commit af2175ebc2
26 changed files with 1285 additions and 629 deletions

11
tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}