import React from 'react'; import styles from './index.module.less'; /** * Loading */ const Loading = ({ style }: { style?: React.CSSProperties }) => (

Loading...

); export default Loading;