import { AComponent } from 'ts-react-app-infrastructure'; export abstract class AWebComponent
extends AComponent
{ }