RESTfulMC/Frontend/src/app/components/footer.tsx

5 lines
122 B
TypeScript
Raw Normal View History

2024-04-17 16:04:15 -07:00
import { ReactElement } from "react";
const Footer = (): ReactElement => <footer>FOOTER</footer>;
2024-04-17 14:34:07 -07:00
export default Footer;