mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-08 11:38:51 +01:00
feat: /client transition to @librechat/client
This commit is contained in:
parent
63a5902404
commit
b71a82d0e9
347 changed files with 913 additions and 771 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { SheetPaths, TextPaths, FilePaths, CodePaths } from '~/components/svg';
|
||||
import {
|
||||
megabyte,
|
||||
QueryKeys,
|
||||
|
|
@ -8,10 +9,6 @@ import {
|
|||
import type { TFile, EndpointFileConfig } from 'librechat-data-provider';
|
||||
import type { QueryClient } from '@tanstack/react-query';
|
||||
import type { ExtendedFile } from '~/common';
|
||||
import SheetPaths from '~/components/svg/Files/SheetPaths';
|
||||
import TextPaths from '~/components/svg/Files/TextPaths';
|
||||
import FilePaths from '~/components/svg/Files/FilePaths';
|
||||
import CodePaths from '~/components/svg/Files/CodePaths';
|
||||
|
||||
export const partialTypes = ['text/x-'];
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ export * from './map';
|
|||
export * from './json';
|
||||
export * from './files';
|
||||
export * from './latex';
|
||||
export * from './theme';
|
||||
export * from './forms';
|
||||
export * from './drafts';
|
||||
export * from './convos';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue