import shortlinkLogo from '../assets/trx-shortlink-orange.png' import '../App.css' import { useParams } from 'react-router-dom'; const Copylink = () => { const { id } = useParams<{ id: string }>(); return ( <> Home Login