File tree Expand file tree Collapse file tree
apps/twig/src/main/services/workspace Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ import { MAIN_TOKENS } from "../../di/tokens.js";
1414import { logger } from "../../lib/logger" ;
1515import { TypedEventEmitter } from "../../lib/typed-event-emitter.js" ;
1616import { foldersStore } from "../../utils/store" ;
17+ import type { AgentService } from "../agent/service.js" ;
1718import { FileWatcherEvent } from "../file-watcher/schemas.js" ;
1819import type { FileWatcherService } from "../file-watcher/service.js" ;
1920import type { FocusService } from "../focus/service.js" ;
2021import { FocusServiceEvent } from "../focus/service.js" ;
21- import type { AgentService } from "../agent/service.js" ;
2222import type { ProcessTrackingService } from "../process-tracking/service.js" ;
2323import { getWorktreeLocation } from "../settingsStore" ;
2424import type { ShellService } from "../shell/service.js" ;
You can’t perform that action at this time.
0 commit comments