chore: lint

This commit is contained in:
mertmit
2026-03-07 08:04:36 +00:00
parent b95972e4cf
commit c515364774
3 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts" setup>
import type { Editor } from '@tiptap/vue-3'
import { BubbleMenu } from '@tiptap/vue-3'
import { RichTextBubbleMenuOptions } from '#imports'
import type { RichTextBubbleMenuOptions } from '#imports'
interface Props {
editor: Editor