Removed some unused example files and adjusted imports accordingly

This commit is contained in:
joschuatonn
2024-05-29 08:48:21 +02:00
parent dd6c588eb5
commit 466b854f8e
4 changed files with 0 additions and 86 deletions

View File

@@ -3,8 +3,6 @@
</template>
<script setup lang="ts">
import { ref } from 'vue';
import EssentialLink, { EssentialLinkProps } from 'components/EssentialLink.vue';
defineOptions({
name: 'MainLayout'