Skip to content

Commit 9f16ff3

Browse files
committed
.
1 parent 055f143 commit 9f16ff3

3 files changed

Lines changed: 1 addition & 31 deletions

File tree

app/(default)/test/landing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export function Landing() {
143143
align: "start",
144144
loop: true,
145145
}}
146-
plugins={[plugin.current as unknown as any]}
146+
plugins={[plugin.current]}
147147
className="w-full px-6"
148148
>
149149
<CarouselContent className="w-full">

package-lock.json

Lines changed: 0 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"class-variance-authority": "^0.7.1",
2626
"clsx": "^2.1.1",
2727
"embla-carousel-autoplay": "^8.6.0",
28-
"embla-carousel-react": "^8.5.2",
2928
"framer-motion": "^12.6.2",
3029
"lucide-react": "^0.484.0",
3130
"next": "15.2.4",

0 commit comments

Comments
 (0)