Files
WebETA/src/views/UsersView.vue
Alexandro Uc Santos ec02b98272 add: guard in router
2023-11-24 21:07:42 -06:00

13 lines
136 B
Vue

<script setup>
</script>
<template>
<div>
<h2 class="title">Usuarios</h2>
</div>
</template>
<style scoped>
</style>