"use client"; import React from "react"; import FormsBrowserPage from "@/app/dashboard/supervisor/forms/page"; export default function AdminFormsBrowserPage() { // Reuse the same component; admin also has access return ; }