import React from 'react' function LoadingSpinner({size, color}) { return (
) } export default LoadingSpinner