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

9 lines
192 B
TypeScript

import { Component } from '@angular/core'
@Component({
selector: 'my-custom-markup-help',
templateUrl: './custom-markup-help.component.html'
})
export class CustomMarkupHelpComponent {
}