revert
This commit is contained in:
9
pages/index.vue
Normal file
9
pages/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="h-screen snap-y snap-mandatory overflow-y-auto bg-dark-200">
|
||||
<Heading />
|
||||
<About />
|
||||
<Skills />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
Reference in New Issue
Block a user