From 4d8257a05f5072c8d47af8742ee9114243d6af99 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Mon, 20 Feb 2023 18:16:48 +0100 Subject: [PATCH] Remove unused imports --- src/views/search/HomeView.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/search/HomeView.tsx b/src/views/search/HomeView.tsx index 04ef801e..ec6455ab 100644 --- a/src/views/search/HomeView.tsx +++ b/src/views/search/HomeView.tsx @@ -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();