Skip to content

Commit ec28f0c

Browse files
committed
Moved ParentMultiselect.vue into the folder with its siblings
1 parent d3a3999 commit ec28f0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/home_sidebar_items/ComponentTab/CreateComponent.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Description:
4545
</template>
4646

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

0 commit comments

Comments
 (0)