interface Props { url: string; } export default function PageLogo(props: Props) { return
Pimary logo component goes here
; }