Skip to content

Commit

Permalink
fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-C committed Jan 22, 2025
1 parent 681ab36 commit 34a1082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/plugins/section/sectionSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { Text } from "slate";
import { jsx as slatejsx } from "slate-hyperscript";
import type { SlateSerializer } from "../../types";
import { SECTION_ELEMENT_TYPE } from "./sectionTypes";
import { isElementOfType } from "../../../es/utils/isElementType";
import { createHtmlTag } from "../../serialization/html/htmlSerializationHelpers";
import { isElementOfType } from "../../utils/isElementType";

export const sectionSerializer: SlateSerializer = {
deserialize(el, children) {
Expand Down

0 comments on commit 34a1082

Please sign in to comment.