mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 08:44:36 -04:00
12 lines
175 B
Vue
12 lines
175 B
Vue
|
|
<template>
|
||
|
|
<v-card>
|
||
|
|
<v-card-title class="card-title mt-1"> SFTP Settings </v-card-title>
|
||
|
|
</v-card>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
export default {};
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
</style>
|