Skip to content
Snippets Groups Projects
Commit cf9e9fc2 authored by kushalpandya's avatar kushalpandya
Browse files

Remove unnecessary component import and registration

parent 9636da30
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,7 +5,6 @@ import GroupFilterableList from './groups_filterable_list';
import GroupsComponent from './components/groups.vue';
import GroupFolder from './components/group_folder.vue';
import GroupItem from './components/group_item.vue';
import GroupIdenticon from './components/group_identicon.vue';
import GroupsStore from './stores/groups_store';
import GroupsService from './services/groups_service';
import eventHub from './event_hub';
Loading
Loading
@@ -22,7 +21,6 @@ document.addEventListener('DOMContentLoaded', () => {
Vue.component('groups-component', GroupsComponent);
Vue.component('group-folder', GroupFolder);
Vue.component('group-item', GroupItem);
Vue.component('group-identicon', GroupIdenticon);
 
// eslint-disable-next-line no-new
new Vue({
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment