PeerTube/client/src/app/shared/shared-custom-markup/custom-markup-help.componen...

9 lines
192 B
TypeScript
Raw Normal View History

2021-05-31 11:01:42 +02:00
import { Component } from '@angular/core'
@Component({
selector: 'my-custom-markup-help',
templateUrl: './custom-markup-help.component.html'
})
export class CustomMarkupHelpComponent {
}