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

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

<template>
  <!-- This is left empty intensionally -->
  <!-- It will be implemented in the upcoming MRs -->
  <!-- Related issue: https://gitlab.com/gitlab-org/gitlab/-/issues/389918 -->
  <div></div>
</template>