import React from "react"; import { Button } from "react-bootstrap"; const HomeButton = () => ( ); export { HomeButton };