Spaces:
Sleeping
Sleeping
DeepSeek-MindSearch
/
frontend
/React
/src
/pages
/mindsearch
/components
/answer
/loading-animation
/index.tsx
import styles from './index.module.less'; | |
const LoadingAnimation = () => { | |
return ( | |
<div className={styles.loading}> | |
<div /> | |
<div /> | |
<div /> | |
</div> | |
); | |
}; | |
export default LoadingAnimation; | |