nice overall component done

This commit is contained in:
Arjun Patel
2022-01-14 02:38:15 -08:00
parent 5b683f2bde
commit dbb17d81b4
3 changed files with 68 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
export default function CreateTeam() {
return (
<div>this is the place to create a team</div>
)
}