mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 14:41:24 +08:00
fix ci/cd format error
This commit is contained in:
parent
498eca1e31
commit
2119081731
@ -1,10 +1,10 @@
|
||||
import type { CreateAgentSessionResponse, CreateSessionForm, GetAgentSessionResponse } from "@renderer/types";
|
||||
import { formatErrorMessageWithPrefix } from "@renderer/utils/error";
|
||||
import { useCallback, useMemo } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import useSWRInfinite from "swr/infinite";
|
||||
import type { CreateAgentSessionResponse, CreateSessionForm, GetAgentSessionResponse } from '@renderer/types'
|
||||
import { formatErrorMessageWithPrefix } from '@renderer/utils/error'
|
||||
import { useCallback, useMemo } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import useSWRInfinite from 'swr/infinite'
|
||||
|
||||
import { useAgentClient } from "./useAgentClient";
|
||||
import { useAgentClient } from './useAgentClient'
|
||||
|
||||
const PAGE_SIZE = 20
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user