wf4/app/pages/index.vue
webfussel 9642496e5a FIX: mpa, nuxt4 future, improvements in intro and services
Added mpa support, nuxt4 future compatibility, improvements in intro and services
2025-02-21 13:33:50 +01:00

6 lines
69 B
Vue

<template>
<div>
<Intro />
<Skills />
</div>
</template>