7 lines
317 B
JavaScript
7 lines
317 B
JavaScript
// No new code should be added to this file. Instead, modify the
|
|
// file this one re-exports from. For more detail about why, see:
|
|
// https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/31349
|
|
|
|
import getDiffWithCommit from '../../../frontend/diffs/mock_data/diff_with_commit';
|
|
|
|
export default getDiffWithCommit;
|