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>
|
<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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue