feat: /client transition to @librechat/client

This commit is contained in:
Marco Beretta 2025-07-16 00:51:45 +02:00
parent 63a5902404
commit b71a82d0e9
No known key found for this signature in database
GPG key ID: D918033D8E74CC11
347 changed files with 913 additions and 771 deletions

View file

@ -1,3 +1,4 @@
import { useToastContext } from '@librechat/client';
import { EToolResources } from 'librechat-data-provider';
import { useMutation, useQueryClient } from '@tanstack/react-query';
import {
@ -9,7 +10,6 @@ import {
} from 'librechat-data-provider';
import type * as t from 'librechat-data-provider';
import type { UseMutationResult } from '@tanstack/react-query';
import { useToastContext } from '~/Providers';
import { useLocalize } from '~/hooks';
export const useUploadFileMutation = (