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

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

<template>
  <div></div>
</template>