import { useId } from 'react' import clsx from 'clsx' export function Logomark(props: React.ComponentPropsWithoutRef<'svg'>) { let id = useId() return ( ) } export function Logo(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) }