Skip to content

Commit 33fc9f8

Browse files
committed
fix: 빌드 에러 해결
1 parent b91de50 commit 33fc9f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/home/animated-home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const sectionVariants = {
1010
transition: {
1111
duration: 0.7,
1212
delay,
13-
ease: [0.25, 0.1, 0.25, 1],
13+
ease: [0.25, 0.1, 0.25, 1] as const,
1414
},
1515
}),
1616
};

0 commit comments

Comments
 (0)