import LeftNav from "@/app/components/LeftNav"; import { ReactNode } from "react"; const ArticleLayout = ({ children, navigations, leftNavTitle, }: { children: ReactNode; navigations?: any[]; leftNavTitle: string; }) => { return (