import * as React from 'react'; import { TuidMain, Pending, Entity } from '../../entities'; import { Page } from 'tonva-tools'; import { VEntity } from '../CVEntity'; import { CPending, PendingUI } from './cPending'; export class VPendingMain extends VEntity { async open(param?:any):Promise { this.openPage(this.view); } protected view = () => pending ; }