import css from "./ShortLink.module.scss"; export interface ShortLinkProps { url: string; } export const ShortLink = ({ url }: ShortLinkProps) => { return (