import type { Metadata } from "next";

export const metadata: Metadata = {
  title: "Officer Portal | AGNET Global",
  description: "Review farmer finance cases and manage scoring overrides.",
};

export default function AdminRootLayout({ children }: { children: React.ReactNode }) {
  return children;
}
