import React, { Fragment } from "react"; import spinner from "./spinner.gif"; const Spinner = () => ( Loading... ); export default Spinner;