import React from "react"; import styles from "./styles.module.scss"; function Footer2() { return (
); } export default Footer2;