despriegue

This commit is contained in:
2021-06-07 22:18:23 -05:00
parent a505fe102e
commit 1cb5e0463d
26 changed files with 130 additions and 121 deletions

14
APP/pages/creditos.vue Normal file
View File

@@ -0,0 +1,14 @@
<template>
<h1>Creditos</h1>
</template>
<script>
export default {
middleware: "authenticated",
}
</script>
<style>
</style>