ADD: added raw structure

This commit is contained in:
2025-05-18 20:14:40 +02:00
parent a43af99699
commit 214ab55ad2
27 changed files with 16731 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
}