import React from 'react'; export default function Footer() { return(

This is the footer

) }