import s from './Logo.module.scss'; interface Props { src: string; } export default function Logo({ src }: Props) { return (
); }