Improve registration
[oweals/peertube.git] / client / src / app / +my-account / my-account.component.html
1 <div class="row">
2   <my-top-menu-dropdown [menuEntries]="menuEntries"></my-top-menu-dropdown>
3
4   <div class="margin-content">
5     <router-outlet></router-outlet>
6   </div>
7 </div>