diff --git a/app/live-steam-banner/live-stream.tsx b/app/live-steam-banner/live-stream.tsx index 2fb59285c..7b703a163 100644 --- a/app/live-steam-banner/live-stream.tsx +++ b/app/live-steam-banner/live-stream.tsx @@ -41,13 +41,7 @@ const LiveStreamWidget = dynamic( } ); -const LiveStreamBanner = dynamic( - () => import("../../components/liveStream/liveStreamBanner"), - { - loading: () => <>, - ssr: true, - } -); +import LiveStreamBanner from "@/components/liveStream/liveStreamBanner"; const INTERVAL_MINUTES = 1;