feat(projects): scrolling projects
This commit is contained in:
10
app/components/Projects/BottomScreen/BottomScreen.vue
Normal file
10
app/components/Projects/BottomScreen/BottomScreen.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import Background from "./Background.vue";
|
||||
import Projects from "./Projects.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Background />
|
||||
|
||||
<Projects />
|
||||
</template>
|
||||
Reference in New Issue
Block a user