gitlab-ce/app/assets/javascripts/mr_notes/mount_app.js

7 lines
169 B
JavaScript

import initNotes from './init_notes';
// this module is required for the EE functions to work properly with merge request tabs
export default () => {
initNotes();
};