wf4/app/pages/index.vue
2025-02-21 13:33:50 +01:00

7 lines
88 B
Vue

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