diff --git a/pages/dashboard/users.tsx b/pages/dashboard/users.tsx index d02b2a9..a2a45b4 100644 --- a/pages/dashboard/users.tsx +++ b/pages/dashboard/users.tsx @@ -4,7 +4,7 @@ import type { NextPage } from "next"; const UsersPage: NextPage = () => { return ( This page has yet to be implemented