forked from kompetenzinventar/ki-frontend
kickoff
This commit is contained in:
11
src/views/profile/Edit.vue
Normal file
11
src/views/profile/Edit.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
<h1>Profil Ändern</h1>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name: 'profileEdit'
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user