import React from 'react'; import Helmet from 'react-helmet'; function Loader() { return (
); } Loader.displayName = 'Loader'; export default Loader;