1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-28 09:39:41 +02:00
mealie/frontend/src/components/Admin/Users.vue

12 lines
175 B
Vue
Raw Normal View History

2020-12-24 16:37:38 -09:00
<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>