Skip to content

Commit

Permalink
Re-export the hooks from ./hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Aug 17, 2022
1 parent 4d4e353 commit 7dddad6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core-data/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ export const store = createReduxStore( STORE_NAME, storeConfig() );
register( store );

export { default as EntityProvider } from './entity-provider';
export { default as useEntityRecord } from './hooks/use-entity-record';
export { default as useEntityRecords } from './hooks/use-entity-records';
export { default as useResourcePermissions } from './hooks/use-resource-permissions';
export * from './entity-provider';
export * from './entity-types';
export * from './fetch';
Expand Down

0 comments on commit 7dddad6

Please sign in to comment.