import { Link } from 'react-router-dom' import styles from '../styles/footer.module.scss' import { appRoutes, getProfilePageRoute } from 'routes' export const Footer = () => { return (

Built with  Nostr {' '} by  Freakoverse , with the support of{' '} Supporters . Check our  Backup Plan .

) }