summaryrefslogtreecommitdiffhomepage
path: root/js/src/storage
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/storage')
-rw-r--r--js/src/storage/storage.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/storage/storage.ts b/js/src/storage/storage.ts
index 85fa26be6..983b7e0f9 100644
--- a/js/src/storage/storage.ts
+++ b/js/src/storage/storage.ts
@@ -2,7 +2,7 @@ import { FileStorage } from "@flystorage/file-storage";
import { LocalStorageAdapter } from "@flystorage/local-fs";
import fs from "fs/promises";
import { Log } from "../util/log";
-import { App } from "../app";
+import { App } from "../app/app";
import { AppPath } from "../app/path";
import { Bus } from "../bus";
import z from "zod";