ach ich weiß nicht

This commit is contained in:
philipredstone
2025-04-17 13:06:50 +02:00
parent 56c0867a20
commit e60ec9248d
61 changed files with 2538 additions and 2323 deletions

8
tailwind.config.js Normal file
View File

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