rename views

This commit is contained in:
Girish Ramakrishnan
2025-10-05 10:45:38 +02:00
parent 282df5c2e6
commit 32f4b72d68
6 changed files with 10 additions and 10 deletions
+15
View File
@@ -0,0 +1,15 @@
<script setup>
import SystemInfo from '../components/SystemInfo.vue';
import SystemGraphs from '../components/SystemGraphs.vue';
import DiskUsage from '../components/DiskUsage.vue';
</script>
<template>
<div class="content">
<SystemInfo/>
<SystemGraphs/>
<DiskUsage />
</div>
</template>