Skip to content

Commit

Permalink
rename client wrapper to client utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrajamanickam-coveo committed Aug 26, 2023
1 parent 086efa1 commit 17ebed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/headless-react/src/search-engine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {
mapObject,
} from '@coveo/headless/ssr';
import {useContext, useCallback, useMemo, Context} from 'react';
// Workaround to prevent Nextjs erroring about importing CSR only hooks
// Workaround to prevent Next.js erroring about importing CSR only hooks
import React from 'react';
import {useSyncMemoizedStore} from './client-wrapper';
import {useSyncMemoizedStore} from './client-utils';
import {
ContextCSRState,
ContextState,
Expand Down

0 comments on commit 17ebed8

Please sign in to comment.