Skip to content

Commit 4a1ee6b

Browse files
committed
make search clientOnly
1 parent 66e96a2 commit 4a1ee6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/layout/main-header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { SUPPORTED_LOCALES } from "~/i18n/config";
1010
import { LanguageSelector } from "./language-selector";
1111

1212
import { useCurrentRouteMetaData } from "~/utils/route-metadata-helper";
13-
import { clientOnly } from "node_modules/@solidjs/start/dist";
13+
import { clientOnly } from "@solidjs/start";
1414

1515
const ClientSearch = clientOnly(() =>
1616
import("../search").then((m) => ({ default: m.Search }))

0 commit comments

Comments
 (0)