import * as React from 'react'; export class StatusPanel extends React.Component{ render() { return (
Copy Right lakeshore by egret
); } }