diff options
Diffstat (limited to 'js/src/app')
| -rw-r--r-- | js/src/app/index.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/app/index.ts b/js/src/app/index.ts index 2db8a36f7..363c398d8 100644 --- a/js/src/app/index.ts +++ b/js/src/app/index.ts @@ -3,7 +3,6 @@ import { AppPath } from "./path"; import { Log } from "../util/log"; import { Context } from "../util/context"; import { Config } from "./config"; -import { Share } from "../share/share"; export namespace App { const log = Log.create({ service: "app" }); @@ -35,7 +34,6 @@ export namespace App { get root() { return input.directory; }, - service<T extends (app: any) => any>(service: any, init: T) {}, }; return result; |
