Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Deivu committed Jul 29, 2023
1 parent dc0a6db commit c36d517
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export * from './src/client/ShardClient';
export * from './src/client/ShardClientUtil';
export * from './src/concurrency/ConcurrencyClient';
export * from './src/concurrency/ConcurrencyManager';
export * from './src/ipc/BaseIpc';
export * from './src/ipc/MainWorker';
Expand Down

0 comments on commit c36d517

Please sign in to comment.