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

all_versions.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: c389fdb8747d1dea6110bdd5e85953fc264e8372 (plain)
1
2
3
4
5
6
7
8
export default [
  {
    node: {
      id: 'gid://gitlab/DesignManagement::Version/1',
      sha: 'b389071a06c153509e11da1f582005b316667001',
    },
  },
];