import EditBtn from "./Buttons/EditBtn.js"; const Footer = ({ pathname }) => { return (
) } export default Footer