fix(LOY-10): remove unsused import

This commit is contained in:
Chuma McPhoy
2024-12-09 10:53:01 +01:00
parent f403ac62df
commit 4aab9c01ef

View File

@@ -14,7 +14,6 @@ import { trpc } from "@/lib/trpc/client"
import Countdown from "@/components/Countdown"
import { CheckCircleIcon, CloseLargeIcon } from "@/components/Icons"
import Image from "@/components/Image"
import Button from "@/components/TempDesignSystem/Button"
import Body from "@/components/TempDesignSystem/Text/Body"
import Caption from "@/components/TempDesignSystem/Text/Caption"