From 2879777709410a3280ae812e7e7b2433832909dc Mon Sep 17 00:00:00 2001 From: jhj2713 Date: Mon, 5 Aug 2024 11:35:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20context=20import=20type=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/features/CasperShowCase/TransitionCasperCards.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/features/CasperShowCase/TransitionCasperCards.tsx b/client/src/features/CasperShowCase/TransitionCasperCards.tsx index ed30331d..8d7607d7 100644 --- a/client/src/features/CasperShowCase/TransitionCasperCards.tsx +++ b/client/src/features/CasperShowCase/TransitionCasperCards.tsx @@ -1,7 +1,7 @@ import { useEffect, useRef, useState } from "react"; import { motion, useAnimation } from "framer-motion"; import { CARD_TRANSITION } from "@/constants/CasperShowCase/showCase"; -import { SelectedCasperIdxType } from "@/contexts/casperCustomContext"; +import { SelectedCasperIdxType } from "@/types/casperCustom"; import CasperCardFrontUI from "../CasperCustom/CasperCardFrontUI"; export interface CasperCardType {