import type { JSX } from "solid-js"; import { useId } from "@/hooks/useId"; function LogomarkPaths() { const id = useId(); return ( <> ); } export function Logo(props: JSX.IntrinsicElements["svg"]) { return ( Memento Dev ); }