Skip to content

Commit d3a3999

Browse files
committed
Moved Icons.vue into the directory where its siblings reside
1 parent c5a06f4 commit d3a3999

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/components/home_sidebar_items/ComponentTab/CreateComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Description:
4545
</template>
4646

4747
<script>
48-
import Icons from "../Icons";
48+
import Icons from "./Icons";
4949
import ParentMultiselect from "../ParentMultiselect.vue";
5050
import { mapState, mapActions } from "vuex";
5151
export default {

src/components/home_sidebar_items/ComponentTab/EditDeleteComponents.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Description:
142142
import { mapState, mapActions } from "vuex";
143143
import VueMultiselect from "vue-multiselect";
144144
import HTMLQueue from "../../dashboard_items/HTMLQueue.vue";
145-
import Icons from "../Icons.vue";
145+
import Icons from "./Icons.vue";
146146
import AddProps from "./AddProps.vue";
147147
import ComponentState from "./ComponentState.vue";
148148
import ComponentActions from "./ComponentActions.vue";

0 commit comments

Comments
 (0)