Skip to content

Commit ab51167

Browse files
committed
Fixed import for SkeletonLocalModCard
1 parent 09afbdc commit ab51167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/LocalModList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import SearchAndSort from './LocalModList/SearchAndSort.vue';
3333
import { getStore } from '../../providers/generic/store/StoreProvider';
3434
import { State } from '../../store';
3535
import { computed, defineAsyncComponent } from 'vue';
36-
import SkeletonLocalModCard from 'components/views/LocalModList/SkeletonLocalModCard.vue';
36+
import SkeletonLocalModCard from './LocalModList/SkeletonLocalModCard.vue';
3737
3838
const store = getStore<State>();
3939

0 commit comments

Comments
 (0)