Footer.js 104 B

123456
  1. import { Logo } from './LogoR';
  2. export const Footer = () =>
  3. <footer>
  4. <Logo />
  5. </footer>