Skip to content

Commit

Permalink
chore: exports * from PageProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoformiga committed Feb 29, 2024
1 parent 5f04f28 commit ef97227
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/core/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
export {
usePage,
usePDP,
usePLP,
useSearchPage,
isPDP,
isPLP,
isSearchPage,
} from './src/sdk/overrides/PageProvider'
export * from './src/sdk/overrides/PageProvider'

export type {
PDPContext,
Expand Down

0 comments on commit ef97227

Please sign in to comment.