normalize components path to be absolute
This commit is contained in:
parent
80c588aba7
commit
d1bb7fef5f
74 changed files with 142 additions and 142 deletions
|
|
@ -3,9 +3,9 @@ import { mapGetters, mapState } from 'vuex'
|
|||
import { defineAsyncComponent } from 'vue'
|
||||
|
||||
import StatusBody from 'src/components/status_body/status_body.vue'
|
||||
import Attachment from '../attachment/attachment.vue'
|
||||
import LinkPreview from '../link-preview/link-preview.vue'
|
||||
import Poll from '../poll/poll.vue'
|
||||
import Attachment from 'src/components/attachment/attachment.vue'
|
||||
import LinkPreview from 'src/components/link-preview/link-preview.vue'
|
||||
import Poll from 'src/components/poll/poll.vue'
|
||||
import Gallery from 'src/components/gallery/gallery.vue'
|
||||
|
||||
import { useMediaViewerStore } from 'src/stores/media_viewer.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue