Skip to content

Commit

Permalink
fix: remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane committed Oct 12, 2023
1 parent 0009d9b commit 1bad05f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
} from "../providers/Player";
import { useTranslation } from "react-i18next";
import { CardImage } from "./CardImage";
import { useColorScheme } from "@mantine/hooks";

const useStyles = createStyles((theme) => ({
card: {
Expand Down

0 comments on commit 1bad05f

Please sign in to comment.