put error boundary around the group page

This commit is contained in:
Carter 2025-01-30 13:16:01 -06:00
parent a64f091aed
commit d7dc1fa417
4 changed files with 35 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import App from './App.tsx'
import App from './App'
// I don't consider providing a disabled button to a Tooltip an error.
// console.error = (message) => {