refactor(hooks): remove unused useUpdateAgent hook

This commit is contained in:
icarus 2025-09-19 15:24:39 +08:00
parent b5ef8a93ca
commit 7ce4fc50ea

View File

@ -1,11 +0,0 @@
import { UpdateAgentForm } from '@renderer/types'
export const useUpdateAgent = () => {
return {
// oxlint-disable-next-line no-unused-vars
updateAgent: (payload: UpdateAgentForm) => {
window.toast.info('Not implemented')
// window.toast.success(t('common.update_success'))
}
}
}