We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c5dc1 commit 2fdd649Copy full SHA for 2fdd649
web_src/js/index.js
@@ -1,6 +1,7 @@
1
// bootstrap module must be the first one to be imported, it handles webpack lazy-loading and global errors
2
import './bootstrap.js';
3
4
+
5
import {initRepoActivityTopAuthorsChart} from './components/RepoActivityTopAuthors.vue';
6
import {initScopedAccessTokenCategories} from './components/ScopedAccessTokenSelector.vue';
7
import {initDashboardRepoList} from './components/DashboardRepoList.vue';
0 commit comments