Skip to content

Commit

Permalink
refactor: rename hooks.ts to clientHooks.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Nov 20, 2021
1 parent 4ea3128 commit 28d4a73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -49,7 +49,7 @@ export {
usePrismicDocumentsByType,
usePrismicDocumentsByUIDs,
useSinglePrismicDocument,
} from "./hooks";
} from "./clientHooks";

export type {
JSXMapSerializer,
Expand Down

0 comments on commit 28d4a73

Please sign in to comment.