Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Aug 21, 2024
1 parent c275a56 commit 32451f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@selenite/commons",
"version": "0.19.6",
"version": "0.19.7",
"repository": "github:ShaitanLyss/selenite-commons",
"license": "MIT",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export * as Action from './actions/index.js';
export * from './actions/index.js';
export * as Utils from './utils/index.js';
export * from './utils/index.js';
export * as Types from './type';
export * from './type';
export * as DataStructure from './datastructure';
export * from './datastructure';
export * as Types from './type.js';
export * from './type.js';
export * as DataStructure from './datastructure.js';
export * from './datastructure.js';

0 comments on commit 32451f1

Please sign in to comment.