From 7256d84a8fc22ccb5b588e45d743a3cf66e8cec7 Mon Sep 17 00:00:00 2001 From: vijayaadhithya2019rit Date: Sun, 25 Aug 2024 09:55:38 -0700 Subject: [PATCH] Users Page title is wrong in the name of Issues --- pages/dashboard/users.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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