Initial commit
Next.js + Express event management app for Hope Family Church.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"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 <FormsBrowserPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user