Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
fix: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sansai-snct committed Dec 12, 2022
1 parent 2611a5c commit 714cfee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/edit.tsx
Original file line number Diff line number Diff line change
@@ -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<CardProps> = ({ text, imageref }) => (
<Card
Expand Down
File renamed without changes.

0 comments on commit 714cfee

Please sign in to comment.