Client: add user management
[oweals/peertube.git] / client / src / app / admin / admin.component.ts
1 import { Component } from '@angular/core';
2 import { ROUTER_DIRECTIVES } from '@angular/router';
3
4 @Component({
5     template: '<router-outlet></router-outlet>',
6     directives: [ ROUTER_DIRECTIVES ]
7 })
8
9 export class AdminComponent {
10 }