summaryrefslogtreecommitdiffhomepage
path: root/js/src/tool/lsp-hover.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tool/lsp-hover.ts')
-rw-r--r--js/src/tool/lsp-hover.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tool/lsp-hover.ts b/js/src/tool/lsp-hover.ts
index 9b6290ef5..4ffa90a75 100644
--- a/js/src/tool/lsp-hover.ts
+++ b/js/src/tool/lsp-hover.ts
@@ -2,7 +2,7 @@ import { z } from "zod";
import { Tool } from "./tool";
import path from "path";
import { LSP } from "../lsp";
-import { App } from "../app";
+import { App } from "../app/app";
export const LspHoverTool = Tool.define({
name: "lsp.hover",