import * as React from 'react'; import { TuidMain, History, Entity } from '../../entities'; import { Page } from 'tonva-tools'; import { VEntity } from '../CVEntity'; import { CHistory, HistoryUI } from './cHistory'; export class VHistoryMain extends VEntity { async open(param?:any):Promise { this.openPage(this.view); } protected view = () => History ; }