Rewrite in TS

This commit is contained in:
Andras Schmelczer 2026-01-25 21:54:22 +00:00
parent 8c1f6a82e2
commit bfcf26e425
19 changed files with 3229 additions and 632 deletions

View file

@ -1,5 +1,5 @@
module.exports = {
content: ['./src/**/*.{js,jsx,html}'],
content: ['./src/**/*.{js,jsx,ts,tsx,html}'],
theme: {
extend: {},
},