Skip to content

Commit

Permalink
Remove views in events view
Browse files Browse the repository at this point in the history
Not implemented yet
  • Loading branch information
jeffplays2005 committed Oct 2, 2024
1 parent 071f48b commit cba9bc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/app/admin/events/page.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
"use client"

import WrappedAdminMemberView from "@/components/composite/Admin/AdminMemberView/ProtectedAdminMemberView"
import { AdminHeading } from "../AdminHeading"

export default function AdminEventsPage() {
return (
<>
<AdminHeading title="Events" />
<WrappedAdminMemberView />
</>
)
}

0 comments on commit cba9bc1

Please sign in to comment.