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

no_designs.js « mock_data « design_management_new « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9db0ffcade21be3953fe0b2903ea1b479fdf2f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
export default {
  project: {
    issue: {
      designCollection: {
        designs: {
          edges: [],
        },
      },
    },
  },
};