Skip to content

Commit e8edf6c

Browse files
Fix v5
1 parent fa3ccda commit e8edf6c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main.jsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ import ReactDOM from 'react-dom/client'
33
import App from './App.jsx'
44
import './index.css'
55

6-
import ErrorBoundary from './ErrorBoundary'
7-
86
ReactDOM.createRoot(document.getElementById('root')).render(
97
<React.StrictMode>
10-
<ErrorBoundary>
11-
<App />
12-
</ErrorBoundary>
8+
<App />
139
</React.StrictMode>,
1410
)

0 commit comments

Comments
 (0)