Skip to content

Commit dd68d8b

Browse files
committed
fix
1 parent 86c7176 commit dd68d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/core/codemirror/readonly/__tests__/extension.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { EditorView } from "@codemirror/view";
55
import { createStore } from "jotai";
66
import { describe, expect, it } from "vitest";
77
import { WebSocketState } from "@/core/websocket/types";
8-
import { connectionAtom } from "../../network/connection";
9-
import { dynamicReadonly, isEditorReadonly } from "./extension";
8+
import { connectionAtom } from "../../../network/connection";
9+
import { dynamicReadonly, isEditorReadonly } from "../extension";
1010

1111
function makeStoreWithConnection(
1212
state: WebSocketState.CONNECTING | WebSocketState.OPEN,

0 commit comments

Comments
 (0)