We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c107e8a commit 1f92e81Copy full SHA for 1f92e81
packages/cursorless-engine/src/processTargets/modifiers/InteriorStage.ts
@@ -1,6 +1,6 @@
1
-import {
2
- type ExcludeInteriorModifier,
3
- type InteriorOnlyModifier,
+import type {
+ ExcludeInteriorModifier,
+ InteriorOnlyModifier,
4
} from "@cursorless/common";
5
import type { Target } from "../../typings/target.types";
6
import type { ModifierStageFactory } from "../ModifierStageFactory";
0 commit comments