We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4d8ba commit d61232cCopy full SHA for d61232c
web/src/index.ts
@@ -6,7 +6,6 @@ import { TemplateService } from "./TemplateService";
6
import { AccountService } from "./AccountService";
7
import { TrinsicService } from "./TrinsicService";
8
import ServiceBase from "./ServiceBase";
9
-import {TrinsicService} from "./TrinsicService";
10
11
export * from "./proto/index";
12
@@ -18,6 +17,5 @@ export {
18
17
AccountService,
19
CredentialService,
20
TemplateService,
21
- TrinsicService,
22
ServiceBase,
23
};
0 commit comments