Remove accidental import

pull/3316/head
Thomas Steiner 2025-06-20 16:40:09 +02:00
rodzic 18823a22ae
commit 5d7ad25e5e
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,6 @@
<script setup lang="ts">
import type { DraftItem } from '#shared/types'
import type { mastodon } from 'masto'
import { PublishLanguagePicker } from '#components'
import { EditorContent } from '@tiptap/vue-3'
import stringLength from 'string-length'