summaryrefslogtreecommitdiffhomepage
path: root/js/src/share
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/share')
-rw-r--r--js/src/share/share.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/share/share.ts b/js/src/share/share.ts
index e77f692f4..62dee63a7 100644
--- a/js/src/share/share.ts
+++ b/js/src/share/share.ts
@@ -1,4 +1,4 @@
-import { App } from "../app";
+import { App } from "../app/app";
import { Bus } from "../bus";
import { Session } from "../session/session";
import { Storage } from "../storage/storage";