Skip to content

Commit

Permalink
Merge pull request #4 from aceHubert:fix/types
Browse files Browse the repository at this point in the history
fix: types export
  • Loading branch information
aceHubert authored Jun 27, 2024
2 parents 82ac98f + 7b1d4b9 commit f1104ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/injects/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ export const globalStorage = Inject.buildPreinitializedStorage({});
* Global Inject instalce
*/
export const globalInject = createInject(globalStorage);

export * from './types';

0 comments on commit f1104ae

Please sign in to comment.