improvements

This commit is contained in:
2023-04-30 15:28:10 +02:00
parent 99c7ef381d
commit 12320b6a09
6 changed files with 307 additions and 53 deletions

8
web/pages/team.vue Normal file
View File

@@ -0,0 +1,8 @@
<template>
<div>
<h1 class="font-bold text-2xl text-primary">
Team
</h1>
<TeamNone />
</div>
</template>