wf4/app/pages/contact.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

8 lines
104 B
Vue

<template>
<div>
<Intro />
<Skills />
<Customers />
<Services />
</div>
</template>