refactor: reorganize modules
This commit is contained in:
parent
fd29c379dc
commit
0ef44cdf50
11 changed files with 130 additions and 116 deletions
|
@ -3,7 +3,7 @@ import type { CreateStatusParams, StatusVisibility } from 'masto'
|
|||
import { fileOpen } from 'browser-fs-access'
|
||||
import { useDropZone } from '@vueuse/core'
|
||||
import { EditorContent } from '@tiptap/vue-3'
|
||||
import type { Draft } from '~/composables/statusDrafts'
|
||||
import type { Draft } from '~/types'
|
||||
|
||||
const {
|
||||
draftKey,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue