Skip to content

Commit 34cc538

Browse files
committed
chore: import 경로 변경
1 parent 02a7494 commit 34cc538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chat/components/Card.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { cubicBezier, easeOut } from "motion";
77
import { motion } from "framer-motion";
88
import { useState } from "react";
99
import { Dispatch, SetStateAction, useRef, useEffect } from "react";
10-
import { CardPickState } from "../models/CardPickState";
11-
import { DeckState } from "../models/DeckState";
10+
import { CardPickState } from "../types/CardPickState";
11+
import { DeckState } from "../types/DeckState";
1212
import * as Tooltip from "@radix-ui/react-tooltip";
1313

1414
interface PropTypes {

0 commit comments

Comments
 (0)