]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/system/system.component.ts
Refactor log level choice
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / system.component.ts
CommitLineData
2c22613c
C
1import { Component } from '@angular/core'
2
3@Component({
4 templateUrl: './system.component.html',
dbb76162 5 styleUrls: []
2c22613c
C
6})
7export class SystemComponent {
8}