Skip to content

Commit b9ff687

Browse files
refactor: update router import to use next/navigation for improved compatibility
1 parent e0e3207 commit b9ff687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/workflow/WorkflowAccordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import { STYLE_CLASSES } from './WorkflowAccordionConstants'
5050
import { StepHeader, ProgressBar, NextButton } from './WorkflowAccordionComponents'
5151
import { useToast } from "@/components/ui/use-toast"
5252
import { DecisionSummary } from '@/components/decision-summary'
53-
import { useRouter } from 'next/router'
53+
import { useRouter } from 'next/navigation'
5454

5555
interface WorkflowAccordionProps {
5656
currentStep?: DecisionWorkflowStep

0 commit comments

Comments
 (0)