chore: lint

This commit is contained in:
Ramesh Mane
2025-12-30 10:48:28 +00:00
parent 80f4397865
commit 620230309d

View File

@@ -1,7 +1,7 @@
<script lang="ts" setup>
import type { Editor } from '@tiptap/vue-3'
import { BubbleMenu } from '@tiptap/vue-3'
import { getMarkRange, type Node } from '@tiptap/core'
import { type Node, getMarkRange } from '@tiptap/core'
import type { Mark } from '@tiptap/pm/model'
const props = defineProps<Props>()