// SPDX-License-Identifier: AGPL-3.0-only - See /studio/LICENSE.AGPL-3.0 // Copyright © 2025 Unsloth AI import { cn } from "@/lib/utils"; import type { ComponentProps } from "react"; function ExampleWrapper({ className, ...props }: ComponentProps<"div">) { return (