mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-25 11:54:08 +01:00
✨ refactor: Imports to Prevent Circular Type Refs (#8423)
This commit is contained in:
parent
f1b29ffb45
commit
170cc340d8
12 changed files with 201 additions and 196 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Spinner } from '~/components/svg';
|
||||
import { useLocalize } from '~/hooks';
|
||||
import VersionItem from './VersionItem';
|
||||
import { VersionContext } from './VersionPanel';
|
||||
import type { VersionContext } from './types';
|
||||
|
||||
type VersionContentProps = {
|
||||
selectedAgentId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue