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