debian-mirror-gitlab/app/assets/javascripts/pages/projects/artifacts/file/index.js

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

6 lines
234 B
JavaScript
Raw Normal View History

2018-12-05 23:21:45 +05:30
import ShortcutsNavigation from '~/behaviors/shortcuts/shortcuts_navigation';
2021-10-27 15:23:28 +05:30
import { BlobViewer } from '~/blob/viewer/index';
2018-03-17 18:26:18 +05:30
2021-09-30 23:02:18 +05:30
new ShortcutsNavigation(); // eslint-disable-line no-new
new BlobViewer(); // eslint-disable-line no-new