Skip to content

Commit 9a660ab

Browse files
committed
remove wrapUseRoutesV7
this was left in by mistake
1 parent 7367c3d commit 9a660ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/root.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { wrapUseRoutesV7 } from '@sentry/react'
21
import { useRef } from 'react'
32
import {
43
data,
@@ -270,7 +269,7 @@ function AppWithProviders() {
270269
)
271270
}
272271

273-
export default wrapUseRoutesV7(AppWithProviders)
272+
export default AppWithProviders
274273

275274
function UserDropdown() {
276275
const user = useUser()

0 commit comments

Comments
 (0)