debian-mirror-gitlab/app/assets/javascripts/pages/dashboard/activity/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
93 B
JavaScript
Raw Normal View History

2018-03-17 18:26:18 +05:30
import Activities from '~/activities';
2021-04-29 21:17:54 +05:30
// eslint-disable-next-line no-new
new Activities();