ki-frontend/src/views/profile/Edit.vue

11 lines
160 B
Vue
Raw Normal View History

2021-06-07 17:41:25 +02:00
<template>
<div class="container">
<h1>Profil Ändern</h1>
</div>
</template>
<script>
export default {
name: 'profileEdit'
}
</script>