фиксы
This commit is contained in:
@ -2,10 +2,11 @@ import SVGLoader from 'react-loader-spinner'
|
||||
import './loader.scss'
|
||||
import React from "react";
|
||||
|
||||
export const Loader = ({ width = 50, height = 50 }) => {
|
||||
|
||||
export const Loader = ({width = 50, height = 50}) => {
|
||||
return (
|
||||
<div className='loader'>
|
||||
<SVGLoader type='Circles' color='#fff' height={height} width={width} />
|
||||
</div>
|
||||
<div className='loader'>
|
||||
<SVGLoader type='Circles' color='#fff' height={height} width={width}/>
|
||||
</div>
|
||||
)
|
||||
};
|
||||
|
Reference in New Issue
Block a user