Polarcraft/web/pages/team.vue
2023-04-30 15:28:10 +02:00

9 lines
127 B
Vue

<template>
<div>
<h1 class="font-bold text-2xl text-primary">
Team
</h1>
<TeamNone />
</div>
</template>