Download section didn't appear. Resolved

This commit is contained in:
2026-08-03 10:46:01 +05:00
parent ea49920a12
commit e23b0f44ce
16 changed files with 157 additions and 72 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { create } from 'zustand'
import { TaskStatus, TrackInfo } from '../types'
import { TrackInfo } from '../types'
interface TaskState {
taskId: string | null
@@ -51,4 +51,4 @@ export const useTaskStore = create<TaskState>((set) => ({
logs: [],
isProcessing: false,
}),
}))
}))