mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
remove migration screen
This commit is contained in:
parent
6a125a593d
commit
f5492c7e21
1 changed files with 0 additions and 3 deletions
|
@ -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 <MigrationPart />;
|
||||
|
||||
return (
|
||||
<HomeLayout showBg={showBg}>
|
||||
<div className="mb-16 sm:mb-24">
|
||||
|
|
Loading…
Reference in a new issue