1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-19 13:19:37 +02:00
it-tools/packages/app/app.vue
2024-10-24 14:45:43 +02:00

6 lines
87 B
Vue

<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>