Files
core2026/app/gateway-frontend/src/App.vue
T

12 lines
167 B
Vue

<script setup lang="ts">
import { RouterView } from 'vue-router';
</script>
<template>
<RouterView />
</template>
<style>
/* Global styles if needed */
</style>