function AppFooterCopyright() { return (
© {new Date().getFullYear()} Lagoon Portfolio. All rights reserved.
); } export default AppFooterCopyright;