import React from 'react'; // @ts-ignore import Loader from 'react-loader-spinner' const Loading: React.FC = () => (
); export default Loading;