We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clientOnly
1 parent 66e96a2 commit 4a1ee6bCopy full SHA for 4a1ee6b
src/ui/layout/main-header.tsx
@@ -10,7 +10,7 @@ import { SUPPORTED_LOCALES } from "~/i18n/config";
10
import { LanguageSelector } from "./language-selector";
11
12
import { useCurrentRouteMetaData } from "~/utils/route-metadata-helper";
13
-import { clientOnly } from "node_modules/@solidjs/start/dist";
+import { clientOnly } from "@solidjs/start";
14
15
const ClientSearch = clientOnly(() =>
16
import("../search").then((m) => ({ default: m.Search }))
0 commit comments