import logo from "@/images/branding/logo.webp"; import clsx from "clsx"; import type { ComponentPropsWithoutRef } from "react"; export function Logo(props: ComponentPropsWithoutRef<"div">) { return (
Logo Lysand Protocol
); }