Files
cloudron-box/dashboard/src/views/AppearanceView.vue
T
2026-01-14 17:09:32 +01:00

12 lines
152 B
Vue

<script setup>
import Branding from '../components/Branding.vue';
</script>
<template>
<div class="content">
<Branding />
</div>
</template>