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

designs.js « mock_data « design_management « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98a24081ae61e48110be26bf132c96932898ef8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import design from './design';

export default {
  project: {
    issue: {
      designCollection: {
        designs: {
          nodes: [design],
        },
      },
    },
  },
};