1 2 3 4 5 6 7
import { Component, ComponentNames } from "."; export class Highlight extends Component { constructor() { super(ComponentNames.Highlight); } }