diff --git a/src/components/card/edit.tsx b/src/components/card/edit.tsx index 584bc2b7..6933697e 100644 --- a/src/components/card/edit.tsx +++ b/src/components/card/edit.tsx @@ -1,7 +1,7 @@ import type { FC } from "react"; import { AspectRatio, Box, Card, CardBody, Flex, Text } from "@chakra-ui/react"; import Image from "next/image"; -import type { CardProps } from "./type"; +import type { CardProps } from "./types"; export const EditCard: FC = ({ text, imageref }) => (