]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - empty.component.ts
5cde05a3206881062837878328c0ade0b16cf044
[github/Chocobozzz/PeerTube.git] / empty.component.ts
1
2 import { Component } from '@angular/core'
3
4 @Component({
5 selector: 'my-empty',
6 template: ''
7 })
8 export class EmptyComponent {
9
10 }