import { Suspense } from "react"; import { SolutionContent, SolutionContentSkeleton, } from "@/features/problems/solution/components/content"; interface SolutionPanelProps { problemId: string; } export const SolutionPanel = ({ problemId }: SolutionPanelProps) => { return (