import React from 'react'; interface IProps {} interface IState {} export class Admin extends React.Component { render() { return
TODO:
; } }