Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
fix: export conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
DecathectZero committed Feb 18, 2021
1 parent bdc043b commit 73f4ffe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import App from '@/lib/RuntimeClientFactory';
import RuntimeClientFactory from '@/lib/RuntimeClientFactory';

export * from '@/lib/RuntimeClientFactory';
export * from '@/lib/RuntimeClient';
export * from '@/lib/types';
export * from '@/lib/Utils';

export default App;
export default RuntimeClientFactory;

0 comments on commit 73f4ffe

Please sign in to comment.