aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/infrastructure/electron/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/src/infrastructure/electron/types.ts')
-rw-r--r--packages/main/src/infrastructure/electron/types.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/main/src/infrastructure/electron/types.ts b/packages/main/src/infrastructure/electron/types.ts
index e5b0fd6..1321048 100644
--- a/packages/main/src/infrastructure/electron/types.ts
+++ b/packages/main/src/infrastructure/electron/types.ts
@@ -31,8 +31,6 @@ export interface ViewFactory {
31 31
32 createServiceView(service: Service, partition: Partition): ServiceView; 32 createServiceView(service: Service, partition: Partition): ServiceView;
33 33
34 loadServiceInject(): Promise<void>;
35
36 dispose(): void; 34 dispose(): void;
37} 35}
38 36