import React from "react"; import styles from "./BottomNav.module.css"; export function BottomNav() { return (

View Demographics

View Co-ops

); } interface ArrowProps { pointLeft: boolean; } function Arrow({ pointLeft }: ArrowProps) { return ( ); }