1
0
Fork 0
peertube/client/src/app/empty.component.ts

11 lines
132 B
TypeScript
Raw Normal View History

2020-06-23 12:49:20 +00:00
import { Component } from '@angular/core'
@Component({
selector: 'my-empty',
template: ''
})
export class EmptyComponent {
}