We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a7494 commit 34cc538Copy full SHA for 34cc538
src/chat/components/Card.tsx
@@ -7,8 +7,8 @@ import { cubicBezier, easeOut } from "motion";
7
import { motion } from "framer-motion";
8
import { useState } from "react";
9
import { Dispatch, SetStateAction, useRef, useEffect } from "react";
10
-import { CardPickState } from "../models/CardPickState";
11
-import { DeckState } from "../models/DeckState";
+import { CardPickState } from "../types/CardPickState";
+import { DeckState } from "../types/DeckState";
12
import * as Tooltip from "@radix-ui/react-tooltip";
13
14
interface PropTypes {
0 commit comments