refactor: reorganize modules
This commit is contained in:
parent
fd29c379dc
commit
0ef44cdf50
11 changed files with 130 additions and 116 deletions
|
@ -1,5 +1,5 @@
|
|||
import type { Attachment, StatusEdit } from 'masto'
|
||||
import type { Draft } from './statusDrafts'
|
||||
import type { Draft } from '~/types'
|
||||
import { STORAGE_KEY_FIRST_VISIT, STORAGE_KEY_ZEN_MODE } from '~/constants'
|
||||
|
||||
export const mediaPreviewList = ref<Attachment[]>([])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue