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

12 lines
173 B
Vue
Raw Normal View History

2025-07-03 12:15:06 +02:00
<script setup>
import PrivateRegistry from '../components/PrivateRegistry.vue';
</script>
<template>
<div class="content">
<PrivateRegistry />
</div>
</template>