import { cn } from "@repo/shadcn-ui/lib/utils"; import { PropsWithChildren } from "react"; export const AppContent = ({ className, children }: PropsWithChildren<{ className?: string }>) => { return (