Skip to content

Commit 83dd73e

Browse files
committed
minor bumps for react router, msw, vite, tailwind, recharts
1 parent 6ae6bee commit 83dd73e

File tree

3 files changed

+107
-121
lines changed

3 files changed

+107
-121
lines changed

app/components/form/FullPageForm.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
*/
88
import { cloneElement, useEffect, type ReactElement, type ReactNode } from 'react'
99
import type { FieldValues, UseFormReturn } from 'react-hook-form'
10-
import {
11-
unstable_useBlocker as useBlocker,
12-
type unstable_Blocker as Blocker,
13-
} from 'react-router-dom'
10+
import { useBlocker, type unstable_Blocker as Blocker } from 'react-router-dom'
1411

1512
import type { ApiError } from '@oxide/api'
1613
import { Modal, PageHeader, PageTitle } from '@oxide/ui'

0 commit comments

Comments
 (0)