import React from 'react'; export const Loader = (props) => { let style = props.style || {}; style.textAlign = 'center'; style.marginTop = '50px'; return (