Welcome to mirror list, hosted at ThFree Co, Russian Federation.

diff_with_commit.js « mock_data « diffs « javascripts « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c36b02390604ffbe9ed7860665511608018371e4 (plain)
1
2
3
4
5
6
7
// 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;