9 lines
127 B
Vue
9 lines
127 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<h1 class="font-bold text-2xl text-primary">
|
||
|
Team
|
||
|
</h1>
|
||
|
<TeamNone />
|
||
|
</div>
|
||
|
</template>
|