Added mpa support, nuxt4 future compatibility, improvements in intro and services
8 lines
104 B
Vue
8 lines
104 B
Vue
<template>
|
|
<div>
|
|
<Intro />
|
|
<Skills />
|
|
<Customers />
|
|
<Services />
|
|
</div>
|
|
</template>
|