Files

12 lines
167 B
Vue

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