import Link from "next/link" import type { SubnavMobileProps } from "@/types/components/current/subnavMobile" export default async function SubnavMobile({ breadcrumbs, parent, title }: SubnavMobileProps) { return (
) }