Files
agologum/client/src/App.vue
Blitblank 0da09d7594
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Successful in 7s
Build and Deploy API / build-and-deploy (push) Failing after 14s
dev postgresql database integration
2026-03-14 10:37:30 -05:00

9 lines
155 B
Vue

<script setup lang="ts">
import index from './pages/index.vue'
</script>
<template>
<router-view /> <!-- Routed components appear here -->
</template>