import { Box, Button, Link as LinkMui } from '@mui/material' import { Link } from 'react-router-dom' import styles from './style.module.scss' import { Container } from '../Container' import nostrImage from '../../assets/images/nostr.gif' import { appPublicRoutes } from '../../routes' import { createPortal } from 'react-dom' export const Footer = () => createPortal( , document.getElementById('root')! )