From d5863f3b521eaf4a3ae7058b23eb12addaa19479 Mon Sep 17 00:00:00 2001
From: Stephanie Gredell Loading...
+ Number of users currently connected to the app
+ Active Connections
+ Active Connections
+ Connection Details
+
+ View active user connections and routes +
+ ); diff --git a/frontend/src/pages/StatsAdminPage.tsx b/frontend/src/pages/StatsAdminPage.tsx new file mode 100644 index 0000000..949f80c --- /dev/null +++ b/frontend/src/pages/StatsAdminPage.tsx @@ -0,0 +1,23 @@ +import { Link } from 'react-router-dom'; +import { ConnectionTracker } from '../components/ConnectionTracker/ConnectionTracker'; + +export function StatsAdminPage() { + return ( +View active user connections and their current routes
+