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

app_new.vue « components « releases « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 563f76b32812a21bac70896f9aab3a353d113f40 (plain)
1
2
3
4
5
6
7
8
9
<script>
export default {
  name: 'ReleaseNewApp',
  components: {},
};
</script>
<template>
  <div></div>
</template>