Skip to content

Commit

Permalink
Fix missing exports in postgrest-react-query
Browse files Browse the repository at this point in the history
  • Loading branch information
axtgr committed Sep 4, 2023
1 parent d7c199d commit 57eadc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/postgrest-react-query/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
export * from '@supabase-cache-helpers/postgrest-shared';
export * from '@supabase-cache-helpers/postgrest-filter';
export * from '@supabase-cache-helpers/postgrest-fetcher';

export * from './cache';
export * from './lib';
export * from './mutate';
export * from './query';
export * from './subscribe';

0 comments on commit 57eadc9

Please sign in to comment.