Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Jul 12, 2024
1 parent 52da088 commit 700ad47
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/cursorless-engine/src/spokenForms/CustomSpokenForms.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
import {
CustomRegexScopeType,
Disposable,
Notifier,
showError,
} from "@cursorless/common";
import { isEqual } from "lodash-es";
import {
NeedsInitialTalonUpdateError,
Notifier,
SUPPORTED_ENTRY_TYPES,
SpokenFormEntry,
SpokenFormMapKeyTypes,
SpokenFormType,
TalonSpokenForms,
showError,
} from "@cursorless/common";
import { isEqual } from "lodash-es";
import { ide } from "../singletons/ide.singleton";
import { SpokenFormMap, SpokenFormMapEntry } from "./SpokenFormMap";
import { SpokenFormMapKeyTypes, SpokenFormType } from "@cursorless/common";
import {
defaultSpokenFormInfoMap,
defaultSpokenFormMap,
Expand Down

0 comments on commit 700ad47

Please sign in to comment.