Skip to content

Commit f72e1a9

Browse files
committed
Fixed imports in LocalModDraggableList.vue
1 parent ab51167 commit f72e1a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/views/LocalModList/LocalModDraggableList.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
import Draggable from 'vuedraggable';
1818
import LocalModCard from './LocalModCard.vue';
1919
import { computed, onMounted, ref, watch } from 'vue';
20-
import { getStore } from 'src/providers/generic/store/StoreProvider';
21-
import { State } from 'src/store';
22-
import ManifestV2 from 'src/model/ManifestV2';
23-
import R2Error from 'src/model/errors/R2Error';
24-
import { ImmutableProfile } from 'src/model/Profile';
20+
import { getStore } from '../../../providers/generic/store/StoreProvider';
21+
import { State } from '../../../store';
22+
import ManifestV2 from '../../../model/ManifestV2';
23+
import R2Error from '../../../model/errors/R2Error';
24+
import { ImmutableProfile } from '../../../model/Profile';
2525
2626
2727
const store = getStore<State>();

0 commit comments

Comments
 (0)