This commit is contained in:
2026-06-25 10:21:55 -04:00
parent 257232f6f1
commit bd073a4613
5 changed files with 133 additions and 139 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import {ref, onMounted} from 'vue';
import {api} from '../../services/api';
import {api} from '../services/api';
import MetricRow from './MetricRow.vue';
const d = ref<any>(null);