debian-mirror-gitlab/spec/frontend/design_management/mock_data/project.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
241 B
JavaScript
Raw Normal View History

2023-05-27 22:25:52 +05:30
import design from './design';
export default {
project: {
issue: {
designCollection: {
designs: {
nodes: [
{
...design,
},
],
},
},
},
},
};