Files
cloudron-box/dashboard/src/views/AppearanceView.vue
T

12 lines
152 B
Vue
Raw Normal View History

2025-02-10 18:42:02 +01:00
<script setup>
import Branding from '../components/Branding.vue';
2025-02-10 18:42:02 +01:00
</script>
<template>
<div class="content">
<Branding />
2025-02-10 18:42:02 +01:00
</div>
</template>