logo.tsx 82 B

12345
  1. export function LogoBar(_props: {isExternal: boolean}): null {
  2. return null
  3. }