// app/portal/materials/page.tsx
import MaterialsClient from "./Client";
export const metadata = { title: "MakerDash • Materials" };
export default function Page() {
return <MaterialsClient />;
}