diff --git a/src/pages/home/Home.tsx b/src/pages/home/Home.tsx index 89e53ae..13aae7d 100644 --- a/src/pages/home/Home.tsx +++ b/src/pages/home/Home.tsx @@ -10,7 +10,6 @@ import { useCreateCatalog } from "@/pages/catalogue/hooks/useCatalogueData"; import { ArrowLeft, DocumentText } from "iconsax-react"; import { useState, type FC } from "react"; import { useNavigate } from "react-router-dom"; -import DirectLogin from "../auth/components/DirectLogin"; const CATALOG_SIZES = [ { id: "a4", label: "A4" }, @@ -51,17 +50,12 @@ const Home: FC = () => { return (