From 291c7406711756ce06b99d36fab2ee3e9df1ddbd Mon Sep 17 00:00:00 2001 From: Carter Date: Thu, 30 Jan 2025 13:21:29 -0600 Subject: [PATCH] put error boundary around the groups page --- src/navigation/Router.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/navigation/Router.tsx b/src/navigation/Router.tsx index 49ee945..65db8b3 100644 --- a/src/navigation/Router.tsx +++ b/src/navigation/Router.tsx @@ -85,7 +85,11 @@ export default function Router(props: Props) { } + element={ + + + + } />