mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Fix import path
This commit is contained in:
parent
42540eb909
commit
8bd69e9e2f
@ -2,7 +2,7 @@ import { config, mount, RouterLinkStub } from '@vue/test-utils'
|
|||||||
import Vuex from 'vuex'
|
import Vuex from 'vuex'
|
||||||
import ReportRow from './ReportRow.vue'
|
import ReportRow from './ReportRow.vue'
|
||||||
import BaseIcon from '~/components/_new/generic/BaseIcon/BaseIcon'
|
import BaseIcon from '~/components/_new/generic/BaseIcon/BaseIcon'
|
||||||
import { reports } from '~/components/features/ReportsList/ReportsList.story.js'
|
import { reports } from '~/components/features/ReportList/ReportList.story.js'
|
||||||
|
|
||||||
const localVue = global.localVue
|
const localVue = global.localVue
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
import { config, mount } from '@vue/test-utils'
|
import { config, mount } from '@vue/test-utils'
|
||||||
import Vuex from 'vuex'
|
import Vuex from 'vuex'
|
||||||
import ReportsTable from './ReportsTable.vue'
|
import ReportsTable from './ReportsTable.vue'
|
||||||
import { reports } from '~/components/features/ReportsList/ReportsList.story.js'
|
import { reports } from '~/components/features/ReportList/ReportList.story.js'
|
||||||
|
|
||||||
const localVue = global.localVue
|
const localVue = global.localVue
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user