"use client" import { RoleGuard } from "@/components/auth/RoleGuard" import { Role } from "@/types/auth" export default function PostsPage() { return (

Content Management

Super Admins and Editors can manage content here.

{/* Blog/Portfolio management UI would go here */}
) }