From 5c4f19201019ba6ef78236f57178f6512e7f025f Mon Sep 17 00:00:00 2001 From: csawatzky Date: Thu, 5 Mar 2026 12:48:59 -0600 Subject: [PATCH] hotfix adding component path to the group router --- src/navigation/Router.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/navigation/Router.tsx b/src/navigation/Router.tsx index cb97f67..94ce101 100644 --- a/src/navigation/Router.tsx +++ b/src/navigation/Router.tsx @@ -278,6 +278,10 @@ export default function Router() { path="/:groupID/devices/:deviceID" element={} /> + } + /> }