Skip to content

Commit

Permalink
Change module name
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Jul 24, 2024
1 parent 41ebd71 commit d34d428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useHydrated, useLayoutEffect } from "~/ui/utils";
import "@orama/searchbox/dist/index.css";
import "@docsearch/css/dist/style.css";
import "~/styles/orama-search.css";
import { useColorScheme } from "./color-scheme/components";
import { useColorScheme } from "~/modules/color-scheme/components";

const OriginalSearchBox = lazy(() =>
import("@orama/searchbox").then((module) => ({
Expand Down
2 changes: 1 addition & 1 deletion app/routes/$lang.$ref.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { getLatestVersion } from "~/modules/gh-docs/.server/tags";
import { useColorScheme } from "~/modules/color-scheme/components";

import docsStylesheet from "~/styles/docs.css?url";
import { SearchModalProvider, SearchButton } from "~/modules/orama-search";
import { SearchModalProvider, SearchButton } from "~/modules/search";

export let links: LinksFunction = () => {
return [{ rel: "stylesheet", href: docsStylesheet }];
Expand Down

0 comments on commit d34d428

Please sign in to comment.