mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
7 lines
137 B
TypeScript
7 lines
137 B
TypeScript
import { Component } from '@angular/core'
|
|
|
|
@Component({
|
|
template: '<router-outlet></router-outlet>'
|
|
})
|
|
export class UsersComponent {
|
|
}
|