pages moved to app/pages
This commit is contained in:
parent
8c81fd3bf7
commit
44d7a0f87a
3 changed files with 1 additions and 4 deletions
7
frontend/app/pages/index.vue
Normal file
7
frontend/app/pages/index.vue
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<template>
|
||||
<div class="p-6">
|
||||
<h1 class="text-3xl font-bold">Worklog Dashboard</h1>
|
||||
<p class="mt-4">Willkommen im internen Worklog-System.</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue