remove virtual sample from projects view

This commit is contained in:
isUnknown 2024-09-24 12:23:49 +02:00
parent 32dc56f9dd
commit b048d3d43f

View file

@ -1,11 +1,9 @@
<template> <template>
<main> <main>
<Projects /> <Projects />
<VirtualSample />
</main> </main>
</template> </template>
<script setup> <script setup>
import Projects from "../components/Projects.vue"; import Projects from "../components/Projects.vue";
import VirtualSample from "../components/VirtualSample.vue";
</script> </script>