Skip to content

Commit 4d08f4d

Browse files
committed
Linter
1 parent 3dc0238 commit 4d08f4d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/hooks/use-step-states.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { useMemo } from 'react'
22
import { STAGE_STEPS } from '../types/upload/stage.ts'
33
import 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.

src/hooks/use-upload-progress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { Status } from '@/components/ui/badge-status.tsx'
21
import { useMemo } from 'react'
2+
import type { Status } from '@/components/ui/badge-status.tsx'
33
import type { StepState } from '../types/upload/step.ts'
44
import { getUploadBadgeStatus, getUploadOutcome } from '../utils/upload/upload-outcome.ts'
55
import { useStepStates } from './use-step-states.ts'

0 commit comments

Comments
 (0)