mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
conversions
This commit is contained in:
@@ -2,10 +2,10 @@ import s from './LoadingDots.module.css'
|
||||
|
||||
const LoadingDots: React.FC = () => {
|
||||
return (
|
||||
<span className={s.root}>
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span className={s.root} >
|
||||
<i></i>
|
||||
<i></i>
|
||||
<i></i>
|
||||
</span>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user