Skip to content

Commit 5fa8f4b

Browse files
committed
fix: type import way
1 parent 61f8696 commit 5fa8f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TagExtension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Attribute, mergeAttributes, Node } from "@tiptap/core";
1+
import { type Attribute, mergeAttributes, Node } from "@tiptap/core";
22
import { ReactNodeViewRenderer } from "@tiptap/react";
33
import Tag from "./Tag";
44

0 commit comments

Comments
 (0)