diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index a853a82..8dde930 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -8,7 +8,7 @@ import Link from "next/link"; import { useState } from "react"; import type { LucideIcon } from "lucide-react"; -const TikTok = (props: React.SVGProps) => ( +const TikTok = (props: React.SVGProps): LucideIcon => ( ) => ( > -) as unknown as LucideIcon; +) as any; export default function CartPage() { const navItems = [