WebService-Boilerplate/src-frontend/App.vue
2025-03-11 12:57:45 +07:00

7 lines
133 B
Vue

<template>
<AppLayout></AppLayout>
</template>
<script setup lang="ts">
import AppLayout from "./layouts/AppLayout.vue";
</script>