import React, { FC, } from "react"; import { Button } from "../../../components"; type Props = { } export const BottomBar: FC = () => { return (
) }