Polarcraft/web/pages/team.vue

9 lines
127 B
Vue
Raw Normal View History

2023-04-30 15:28:10 +02:00
<template>
<div>
2023-05-06 13:14:01 +02:00
<h1 class="text-2xl font-bold text-primary">
2023-04-30 15:28:10 +02:00
Team
</h1>
<TeamNone />
</div>
</template>