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>
<main>
<Projects />
<VirtualSample />
</main>
</template>
<script setup>
import Projects from "../components/Projects.vue";
import VirtualSample from "../components/VirtualSample.vue";
</script>