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

@ -1,7 +1,7 @@
import Select from '../select/select.vue'
import StatusContent from '../status_content/status_content.vue'
import Timeago from '../timeago/timeago.vue'
import Select from 'src/components/select/select.vue'
import StatusContent from 'src/components/status_content/status_content.vue'
import Timeago from 'src/components/timeago/timeago.vue'
import { useInstanceStore } from 'src/stores/instance.js'
import { useReportsStore } from 'src/stores/reports.js'