Commi_GTFRH

This commit is contained in:
2025-09-15 15:52:15 +02:00
parent 12962a4081
commit 83e2b786c7
17 changed files with 5315 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};