6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import React from 'react';
|
||
|
||
export default () => {
|
||
return <div style={{ textAlign: 'center' }}>客官,您慢点儿...</div>;
|
||
};
|