first commit

This commit is contained in:
lll3v3nt3
2026-04-01 12:54:07 +02:00
commit 648eb6cd27
29 changed files with 6860 additions and 0 deletions

View File

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