nuvira/pages/settings.vue
2025-02-26 09:38:06 +01:00

16 lines
No EOL
168 B
Vue

<script setup lang="ts">
import type { VM } from '../types/VM';
import axios from 'axios';
</script>
<template>
<h1>hola</h1>
</template>
<style scoped>
</style>