import React from 'react' import spinner from '../imgs/loading.gif' function Spinner() { return ( <>
) } export default Spinner