import { FileQuestion, Home } from "lucide-react"; import Link from "next/link"; interface PlaceholderProps { title: string; } export default function Placeholder({ title }: PlaceholderProps) { return (

{title}

此功能模块目前正在建设中

返回总览面板
); }