import { Sparkles } from “lucide-react”; export function PagePlaceholder({ title, description }: { title: string; description?: string }) { return (
{title}
{description &&
{description}
}
المرحلة 1 — الواجهة الأساسية جاهزة
); }
Loading Comments...
You must be
logged in
to post a comment.
You must be logged in to post a comment.