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