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

mock_data.js « sidebar « javascripts « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c869ff9693381eb5e45d67408f13e665a6251253 (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 mockData from '../../../spec/frontend/sidebar/mock_data';

export default mockData;