Skip to content

Commit

Permalink
fix(linter): remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-r committed Apr 2, 2024
1 parent 425f916 commit a4961e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/VideoList.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Box } from "@mantine/core";
import { type FC, memo } from "react";

import type { Video as VideoType } from "../types/interfaces/Video";
Expand Down

0 comments on commit a4961e6

Please sign in to comment.