Skip to content
Snippets Groups Projects
Unverified Commit 1c4097c3 authored by Marius Friess's avatar Marius Friess Committed by GitHub
Browse files

Remove test component (#22)

parent 8a737ba3
No related branches found
No related tags found
No related merge requests found
<template>
<h1>
Test {{ name }}
</h1>
<p>
Hier steht noch mehr
</p>
<slot></slot>
</template>
<script setup lang="ts">
defineProps<{
name: string
}>()
</script>
\ No newline at end of file
......@@ -46,7 +46,6 @@
import GuestLayout from '@/components/GuestLayout.vue';
import { useForm } from '@/composables/form';
import { useAuth } from '@/composables/auth';
import TestComponent from "@/components/TestComponent.vue";
const auth = useAuth();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment