import { Card, CardContent, CardHeader, CardTitle } from "../components/ui/card" export function PlaceholderPage({ title }: { title: string }) { return (
{title}
{title} This section is scaffolded in the sidebar/routes. We can fill it in next.
) }