import { ReactNode } from "react"; import { cn } from "@/lib/cn.ts"; type Props = { children: ReactNode; }; export const MainRightSide = ({ children }: Props) => { return (