chore: import project from private repo

This commit is contained in:
2026-04-12 12:37:32 -04:00
parent 134e0e4686
commit 08d646bf05
239 changed files with 48581 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/**/*.{js,ts,jsx,tsx}',
],
theme: {
extend: {},
},
plugins: [],
}