Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
461 B

---
import AccountSidebar from '../../components/AccountSidebar.astro';
import { TeamsList } from '../../components/TeamsList';
import AccountLayout from '../../layouts/AccountLayout.astro';
---
<AccountLayout
title='Update Profile'
noIndex={true}
initialLoadingMessage={'Loading teams'}
>
<AccountSidebar hasDesktopSidebar={false} activePageId='team' activePageTitle='Teams'>
<TeamsList client:only="react" />
</AccountSidebar>
</AccountLayout>