import { PageHeader } from "@/components/page-header" import { Frame, FramePanel } from "@/components/reui/frame" import type { LucideIcon } from "lucide-react" interface PlaceholderPageProps { section: string title: string description: string Icon: LucideIcon } export function PlaceholderPage({ section, title, description, Icon }: PlaceholderPageProps) { return (
{description}
Этот раздел будет подключён следующим. Слой данных и эндпоинты бэкенда уже готовы.