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