From f5492c7e21a22227c0a289284a13742b16a66ec8 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Tue, 24 Oct 2023 20:40:14 +0200 Subject: [PATCH] remove migration screen --- src/pages/HomePage.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7cc49fba..c51cbf32 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -9,7 +9,6 @@ import { HomeLayout } from "@/pages/layouts/HomeLayout"; import { BookmarksPart } from "@/pages/parts/home/BookmarksPart"; import { HeroPart } from "@/pages/parts/home/HeroPart"; import { WatchingPart } from "@/pages/parts/home/WatchingPart"; -import { MigrationPart } from "@/pages/parts/migrations/MigrationPart"; import { SearchListPart } from "@/pages/parts/search/SearchListPart"; import { SearchLoadingPart } from "@/pages/parts/search/SearchLoadingPart"; @@ -39,8 +38,6 @@ export function HomePage() { const [search] = searchParams; const s = useSearch(search); - return ; - return (