File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { useMemo } from 'react'
22import { STAGE_STEPS } from '../types/upload/stage.ts'
33import type { StepState } from '../types/upload/step.ts'
44
5-
65/**
76 * Hook that extracts and organizes specific step states from the full array.
87 * Provides easy access to individual steps and stage groupings.
Original file line number Diff line number Diff line change 1- import type { Status } from '@/components/ui/badge-status.tsx'
21import { useMemo } from 'react'
2+ import type { Status } from '@/components/ui/badge-status.tsx'
33import type { StepState } from '../types/upload/step.ts'
44import { getUploadBadgeStatus , getUploadOutcome } from '../utils/upload/upload-outcome.ts'
55import { useStepStates } from './use-step-states.ts'
You can’t perform that action at this time.
0 commit comments