import TextCustom from "@/components/Text/TextCustom"; export default function AdminTitlePage({ title }: { title: string }) { return ( <> {title} ); }