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

3 lines
82 B
TypeScript
Raw Normal View History

2024-04-17 14:34:07 -07:00
const Footer = (): JSX.Element => <footer>FOOTER</footer>;
export default Footer;