We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e3207 commit b9ff687Copy full SHA for b9ff687
components/workflow/WorkflowAccordion.tsx
@@ -50,7 +50,7 @@ import { STYLE_CLASSES } from './WorkflowAccordionConstants'
50
import { StepHeader, ProgressBar, NextButton } from './WorkflowAccordionComponents'
51
import { useToast } from "@/components/ui/use-toast"
52
import { DecisionSummary } from '@/components/decision-summary'
53
-import { useRouter } from 'next/router'
+import { useRouter } from 'next/navigation'
54
55
interface WorkflowAccordionProps {
56
currentStep?: DecisionWorkflowStep
0 commit comments