import { GitBranchIcon } from "@primer/octicons-react"; import type { ReactNode } from "react"; export interface BottomNavProps { children: ReactNode; } export const BottomNav = ({ children }: BottomNavProps): JSX.Element => { return (