import React from 'react'; import { css } from 'react-emotion'; import { BounceLoader, GridLoader } from 'react-spinners'; const containerStyle = { display: 'flex', justifyContent: 'center', alignItems: 'center', height: '100vh', margin: '0 30% 0 30%' }; export const FullScreenLoader = () => (