profile and fix scroll and slider

This commit is contained in:
hamid zarghami
2025-01-06 12:11:14 +03:30
parent 7a50f2d6cf
commit 650791e71a
12 changed files with 519 additions and 47 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
const withMT = require("@material-tailwind/react/utils/withMT");
/** @type {import('tailwindcss').Config} */
export default {
module.exports = withMT({
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
@@ -20,4 +22,4 @@ export default {
},
},
plugins: [],
}
})