debian-mirror-gitlab/app/assets/javascripts/mr_notes/mount_app.js

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

7 lines
169 B
JavaScript
Raw Normal View History

2023-07-09 08:55:56 +05:30
import initNotes from './init_notes';
// this module is required for the EE functions to work properly with merge request tabs
export default () => {
initNotes();
};