Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2018-02-21 23:22:56 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-02-21 23:22:56 +0300
commitbd8290d93e4a0669a78c23cecdd1f5d2164d19cf (patch)
tree58c32d162a4000318115d61bd44a3dd063ae316b /app/assets/javascripts/pages/groups/show
parentace12dd1c718ef940611ea0b41e5ed5e6e6769fc (diff)
Rest of Dispatcher Refactor
Diffstat (limited to 'app/assets/javascripts/pages/groups/show')
-rw-r--r--app/assets/javascripts/pages/groups/show/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pages/groups/show/index.js b/app/assets/javascripts/pages/groups/show/index.js
index 5c763986da3..d7b35d2b26b 100644
--- a/app/assets/javascripts/pages/groups/show/index.js
+++ b/app/assets/javascripts/pages/groups/show/index.js
@@ -5,7 +5,7 @@ import notificationsDropdown from '~/notifications_dropdown';
import NotificationsForm from '~/notifications_form';
import ProjectsList from '~/projects_list';
import ShortcutsNavigation from '~/shortcuts_navigation';
-import initGroupsList from '../../../groups';
+import initGroupsList from '~/groups';
document.addEventListener('DOMContentLoaded', () => {
const newGroupChildWrapper = document.querySelector('.js-new-project-subgroup');