import { clsx } from "clsx"; import { ComponentPropsWithoutRef } from "react"; export function Panel({ className, ...props }: ComponentPropsWithoutRef<"div">) { return (
); }