Browse Source

Remove unused imports

pull/154/head
Jip Fr 2 years ago
parent
commit
4d8257a05f
  1. 3
      src/views/search/HomeView.tsx

3
src/views/search/HomeView.tsx

@ -14,8 +14,7 @@ import { useAutoAnimate } from "@formkit/auto-animate/react"; @@ -14,8 +14,7 @@ import { useAutoAnimate } from "@formkit/auto-animate/react";
import { useHistory } from "react-router-dom";
import { Modal, ModalCard } from "@/components/layout/Modal";
import { Button } from "@/components/Button";
import pako from "pako";
import { EmbedMigration, importV2Data } from "../other/v2Migration";
import { EmbedMigration } from "../other/v2Migration";
function Bookmarks() {
const { t } = useTranslation();

Loading…
Cancel
Save