fix: remove doubled entry

I'm also annoyed that we mix CommonJS with ESM here but one step at a
time.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-06-30 16:10:03 +02:00
parent fe39bab2f0
commit 7b4703b044
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854

View file

@ -26,5 +26,5 @@ export default {
theme: {
extend: {}
},
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography'), forms, skeleton]
plugins: [require('@tailwindcss/typography'), forms, skeleton]
};