mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 02:56:38 +02:00
🐛 Fix esm module incompatibilities on text-editor with node
This commit is contained in:
parent
04a0d867b0
commit
7faa9e970e
19 changed files with 52 additions and 52 deletions
|
@ -12,8 +12,8 @@ import {
|
|||
splitParagraph,
|
||||
splitParagraphAtNode,
|
||||
isEmptyParagraph,
|
||||
} from "./Paragraph";
|
||||
import { createInline, isInline } from "./Inline";
|
||||
} from "./Paragraph.js";
|
||||
import { createInline, isInline } from "./Inline.js";
|
||||
|
||||
/* @vitest-environment jsdom */
|
||||
describe("Paragraph", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue