portfolio/pages/index.vue

10 lines
195 B
Vue
Raw Normal View History

2023-02-09 20:21:20 +01:00
<template>
2023-02-11 18:22:23 +01:00
<div class="h-screen snap-y snap-mandatory overflow-y-auto overflow-x-hidden bg-dark-200">
2023-02-09 20:21:20 +01:00
<Heading />
<About />
<Skills />
</div>
</template>
<script setup></script>