Polarcraft/web/pages/team.vue
2023-05-06 13:14:01 +02:00

9 lines
127 B
Vue

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