Skip to content

Commit

Permalink
Fix missing JS import
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Aug 21, 2024
1 parent 1ed442b commit 72aab9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/campaign-editors/mjml/helpers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { acceptCompletion, completionStatus } from "@codemirror/autocomplete"
import { indentLess, indentMore } from "@codemirror/commands"
import { EditorView, keymap } from "@codemirror/view"

export const indentAndAutocompleteWithTab = {
key: "Tab",
Expand Down

0 comments on commit 72aab9b

Please sign in to comment.