]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/empty.component.ts
Merge branch 'release/3.3.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / empty.component.ts
CommitLineData
1942f11d
C
1
2import { Component } from '@angular/core'
3
4@Component({
5 selector: 'my-empty',
6 template: ''
7})
8export class EmptyComponent {
9
10}