remove virtual sample from projects view
This commit is contained in:
parent
32dc56f9dd
commit
b048d3d43f
1 changed files with 0 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue