Skip to content

Commit 9e00589

Browse files
committed
lint
1 parent f7df686 commit 9e00589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/twig/src/main/services/workspace/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ import { MAIN_TOKENS } from "../../di/tokens.js";
1414
import { logger } from "../../lib/logger";
1515
import { TypedEventEmitter } from "../../lib/typed-event-emitter.js";
1616
import { foldersStore } from "../../utils/store";
17+
import type { AgentService } from "../agent/service.js";
1718
import { FileWatcherEvent } from "../file-watcher/schemas.js";
1819
import type { FileWatcherService } from "../file-watcher/service.js";
1920
import type { FocusService } from "../focus/service.js";
2021
import { FocusServiceEvent } from "../focus/service.js";
21-
import type { AgentService } from "../agent/service.js";
2222
import type { ProcessTrackingService } from "../process-tracking/service.js";
2323
import { getWorktreeLocation } from "../settingsStore";
2424
import type { ShellService } from "../shell/service.js";

0 commit comments

Comments
 (0)