8 lines
212 B
Vue
8 lines
212 B
Vue
<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>
|