doesangueorg/doesangue-webapp

View on GitHub
src/components/dashboard/Profile.vue

Summary

Maintainability
Test Coverage
<template>
  <div class="contaner">
      <h1>Profile</h1>
  </div>
</template>

<script>
export default {
}
</script>