import React from "react"; import { Flex } from "@chakra-ui/react"; import SupportThisSiteButton from "./SupportThisSiteButton"; import GithubButton from "./GithubButton"; import BuiltWithButton from "../BuiltWithButton"; const toolbarButtonZIndex = 901; export { toolbarButtonZIndex }; function ToolBar({ isMobile }) { return ( ); } export default ToolBar;