import React, { FunctionComponent } from 'react'; export const FullScreenLoader: FunctionComponent = () => { return (
{'logo'}
); };