import { cn } from "@/lib/cn"; import type { HTMLAttributes } from "react"; export function Wrapper(props: HTMLAttributes) { return (
{props.children}
); }