mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-28 09:39:41 +02:00
12 lines
175 B
Vue
12 lines
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>
|