Skip to content

Commit

Permalink
fix(linter): remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane committed Oct 24, 2023
1 parent a203d99 commit b88f258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Popular.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Alert, LoadingOverlay, Text } from "@mantine/core";
import { Alert, Text } from "@mantine/core";
import { memo } from "react";
import { useTranslation } from "react-i18next";
import { useQuery } from "react-query";
Expand Down
2 changes: 1 addition & 1 deletion src/components/Trending.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Alert, LoadingOverlay, Text } from "@mantine/core";
import { Alert, Text } from "@mantine/core";
import { memo } from "react";
import { useTranslation } from "react-i18next";
import { useQuery } from "react-query";
Expand Down

0 comments on commit b88f258

Please sign in to comment.