Skip to content

Commit

Permalink
Fix duplicate export (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
geel9 authored Jun 29, 2022
1 parent 4c4d8ba commit d61232c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { TemplateService } from "./TemplateService";
import { AccountService } from "./AccountService";
import { TrinsicService } from "./TrinsicService";
import ServiceBase from "./ServiceBase";
import {TrinsicService} from "./TrinsicService";

export * from "./proto/index";

Expand All @@ -18,6 +17,5 @@ export {
AccountService,
CredentialService,
TemplateService,
TrinsicService,
ServiceBase,
};

0 comments on commit d61232c

Please sign in to comment.