import { Construction } from "lucide-react" export function Placeholder({ title, hint }: { title: string; hint: string }) { return (

{title}

{hint}

Kommt in einer späteren Phase.
) }