Skip to content

Commit 824f50f

Browse files
committed
fix: used default import for tailwind animate
1 parent 16fe71e commit 824f50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as tailwindcssAnimate from 'tailwindcss-animate'
1+
import tailwindcssAnimate from 'tailwindcss-animate'
22

33
/** @type {import('tailwindcss').Config} */
44
export default {

0 commit comments

Comments
 (0)