normalize components path to be absolute

This commit is contained in:
Henry Jameson 2026-06-04 21:56:25 +03:00
commit d1bb7fef5f
74 changed files with 142 additions and 142 deletions

View file

@ -2,9 +2,9 @@ import { mapState } from 'pinia'
import { defineAsyncComponent } from 'vue'
import nsfwImage from '../../assets/nsfw.png'
import Popover from '../popover/popover.vue'
import Popover from 'src/components/popover/popover.vue'
import VideoAttachment from '../video_attachment/video_attachment.vue'
import VideoAttachment from 'src/components/video_attachment/video_attachment.vue'
import { useInstanceStore } from 'src/stores/instance.js'
import { useInstanceCapabilitiesStore } from 'src/stores/instance_capabilities.js'