aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/custom-markup-help.component.ts
blob: 0a5a677941c3b6feb65fd1af247208ccc24b614b (plain) (blame)
1
2
3
4
5
6
7
8
import { Component } from '@angular/core'

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