'use client'; const Footer: React.FC = () => { return ( <>

© 2019-2023 Built with ❤️ by Creative Tim and Flowbite . All rights reserved.

); }; export default Footer;