Skip to content

Commit b7110c1

Browse files
committed
Moved UploadImage.vue into ComponentTab directory where the components for the left navbar reside
1 parent 94b5974 commit b7110c1

File tree

2 files changed

+1
-172
lines changed

2 files changed

+1
-172
lines changed

src/components/home_sidebar_items/ComponentTab/ComponentTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Functionality includes: if active component is selected, will switch view to edi
1212
import CreateComponent from './CreateComponent.vue'
1313
import EditDeleteComponents from './EditDeleteComponents.vue'
1414
import { mapState } from 'vuex'
15-
import UploadImage from '../UploadImage.vue'
15+
import UploadImage from './UploadImage.vue'
1616
export default {
1717
data () {
1818
return {

src/components/home_sidebar_items/UploadImage.vue

Lines changed: 0 additions & 171 deletions
This file was deleted.

0 commit comments

Comments
 (0)