import React from "react"; interface FooterProps { className?: string; } const Footer = (props: FooterProps) => { return (

made by

Domi

and

Theo.
); }; export default Footer;