Client - minor refactor

This commit is contained in:
Sam
2021-08-11 22:21:26 +02:00
parent 72db7afe44
commit 3dc1e46329
20 changed files with 32 additions and 12 deletions

View File

@ -6,6 +6,7 @@
<script lang="ts">
import { defineComponent } from 'vue'
import UserForm from '@/components/User/UserForm.vue'
export default defineComponent({