fix: remove unused import in useWorkspace
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 1h20m12s
Deploy / Deploy Staging (push) Failing after 6m8s
Deploy / Deploy Production (push) Has been skipped

This commit is contained in:
Xiaoxia AI
2026-06-20 12:38:22 +08:00
parent 8120597ae1
commit e7b1d3eeff
-1
View File
@@ -3,7 +3,6 @@
*/
import { useMutation, useQuery, useQueryClient } from '@tanstack/react-query';
import * as workspaceApi from '@/api/workspace';
import { useWorkspaceStore } from '@/store/workspaceStore';
// 获取工作空间列表
export const useWorkspaces = () => {