Remove ng2 file upload module
[oweals/peertube.git] / client / src / app / +admin / admin.component.ts
1 import { Component } from '@angular/core'
2
3 @Component({
4   template: '<router-outlet></router-outlet>'
5 })
6
7 export class AdminComponent {
8 }