Skip to content

Commit

Permalink
chore: add query getter to module index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
annacv committed Mar 5, 2024
1 parent 44ea404 commit 61cbc84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export * from './actions/set-query-from-last-history-query.action';
export * from './emitters';
export { request as nextQueriesRequest } from './getters/request.getter';
export * from './getters/next-queries.getter';
export * from './getters/next-queries-query.getter';
export * from './module';
export * from './types';

0 comments on commit 61cbc84

Please sign in to comment.