feat(projects): scrolling projects

This commit is contained in:
2025-11-18 14:56:28 +01:00
parent 4e5c196ba8
commit 92af1d6136
9 changed files with 131 additions and 17 deletions

View File

@@ -0,0 +1,10 @@
<script setup lang="ts">
import Background from "./Background.vue";
import Projects from "./Projects.vue";
</script>
<template>
<Background />
<Projects />
</template>