import { Blocks, CodeXml } from 'lucide-react'; type EmptySolutionsProps = { projectId: string; }; export function EmptySolutions(props: EmptySolutionsProps) { const { projectId } = props; return (
Be the first to submit a solution for this project