|
|
|
@ -9,7 +9,6 @@ import { HomeLayout } from "@/pages/layouts/HomeLayout";
@@ -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() {
@@ -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"> |
|
|
|
|