appointments-software / frontend / app / src / components / common / Footer.js
Footer.js
Raw
const Footer = () => {
  return <div className="footer"></div>;
};
export default Footer;