Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
joswarmer committed Sep 24, 2024
1 parent 63ee0b5 commit 78c033f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
ENTER,
ESCAPE,
isActionBox,
isActionTextBox,
isSelectBox,
FreCaret,
FreCaretPosition,
Expand All @@ -29,6 +28,7 @@
FreErrorSeverity,
SHIFT,
TAB,
AST,
TextBox, isRegExp, triggerTypeToString, type FrePostAction
} from "@freon4dsl/core";
import { replaceHTML } from "./svelte-utils/index.js";
Expand Down

0 comments on commit 78c033f

Please sign in to comment.