import React from "react"; export const Loader = () => (
Loading...
); export default Loader;