portfolio/website/components/Content.vue

8 lines
212 B
Vue
Raw Permalink Normal View History

2023-11-21 21:23:16 +01:00
<template>
<div>
<SectionsHeading id="about" class="min-h-screen" />
<SectionsSkills id="skills" class="min-h-screen" />
<SectionsProjects id="projects" class="min-h-screen" />
</div>
</template>