Lighting Night office center.

| 前端 | 后端 |
|---|---|
| React | PHP8 |
| UmiJS | Laravel9 |
| React-Hooks | Dingo-API |
| DvaJS | JWT-Token |
| Redux | Redis |
| Typescript | Workerman |
| NPM |
import React, { FC } from 'react';
interface Props = {}
const Hello: FC<{Props}> = (props) => {
return (
<h1> **Hello** </h1>
);
}
export default Hello;