File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Description:
45
45
</template >
46
46
47
47
<script >
48
- import Icons from " .. /Icons" ;
48
+ import Icons from " ./Icons" ;
49
49
import ParentMultiselect from " ../ParentMultiselect.vue" ;
50
50
import { mapState , mapActions } from " vuex" ;
51
51
export default {
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Description:
142
142
import { mapState , mapActions } from " vuex" ;
143
143
import VueMultiselect from " vue-multiselect" ;
144
144
import HTMLQueue from " ../../dashboard_items/HTMLQueue.vue" ;
145
- import Icons from " .. /Icons.vue" ;
145
+ import Icons from " ./Icons.vue" ;
146
146
import AddProps from " ./AddProps.vue" ;
147
147
import ComponentState from " ./ComponentState.vue" ;
148
148
import ComponentActions from " ./ComponentActions.vue" ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments