From 975f30671976552801d9aad8df8745431a60fda3 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Fri, 14 Nov 2025 12:37:17 -0700 Subject: [PATCH] Remove unused imports --- src/app/game/berry-dash-ultimate/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/game/berry-dash-ultimate/page.tsx b/src/app/game/berry-dash-ultimate/page.tsx index 54122b2..b6f7f6d 100644 --- a/src/app/game/berry-dash-ultimate/page.tsx +++ b/src/app/game/berry-dash-ultimate/page.tsx @@ -1,8 +1,5 @@ 'use client' -import Image from 'next/image' -import { Swiper, SwiperSlide } from 'swiper/react' -import { Navigation, Keyboard } from 'swiper/modules' import 'swiper/css' import 'swiper/css/navigation' import Link from 'next/link'