From b647f784d96f8e710ccff062ff234986074c867d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:40:33 +0000 Subject: [PATCH] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [