put error boundary around the group page

This commit is contained in:
Carter 2025-01-30 13:16:58 -06:00
parent d7dc1fa417
commit 476d696aa8

View file

@ -79,11 +79,6 @@ export default function Router(props: Props) {
);
};
<ErrorBoundary FallbackComponent={ErrorFallback}>
<Route path="*" element={<RelativeRoutes/>} />
</ErrorBoundary>
const GroupsRoute = () => {
return (
<div>