Initial commit

This commit is contained in:
Torsten Schulz
2024-07-17 22:24:56 +02:00
commit 3880a265eb
126 changed files with 10959 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div>
<h1>Welcome to Home (Logged In)</h1>
<p>Here are your exclusive features.</p>
</div>
</template>
<script>
export default {
name: 'HomeLoggedInView',
};
</script>
<style scoped>
</style>