Skip to content

Commit d61232c

Browse files
author
Joshua Coffey
authored
Fix duplicate export (#809)
1 parent 4c4d8ba commit d61232c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { TemplateService } from "./TemplateService";
66
import { AccountService } from "./AccountService";
77
import { TrinsicService } from "./TrinsicService";
88
import ServiceBase from "./ServiceBase";
9-
import {TrinsicService} from "./TrinsicService";
109

1110
export * from "./proto/index";
1211

@@ -18,6 +17,5 @@ export {
1817
AccountService,
1918
CredentialService,
2019
TemplateService,
21-
TrinsicService,
2220
ServiceBase,
2321
};

0 commit comments

Comments
 (0)