1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-28 01:29:41 +02:00
mealie/frontend/src/components/Admin/Users.vue
2020-12-24 16:37:38 -09:00

12 lines
No EOL
175 B
Vue

<template>
<v-card>
<v-card-title class="card-title mt-1"> User Settings </v-card-title>
</v-card>
</template>
<script>
export default {};
</script>
<style>
</style>