From 80555f13e052443dc9dc67811bf782a3146de512 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 26 May 2025 14:09:17 -0400 Subject: more tools --- js/src/app/index.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'js/src/app') 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 any>(service: any, init: T) {}, }; return result; -- cgit v1.2.3