forked from yoone/WEB
1
0
Fork 0
WEB/src/pages/Customer/Statistic/index.tsx

8 lines
105 B
TypeScript

export default function Statistic() {
return (
<div>
<h1></h1>
</div>
);
}