]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/admin/admin.component.ts
Do not wait the make friends process ends to send a response to the
[github/Chocobozzz/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 }