mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-29 22:58:51 +01:00
refactor: reorganize imports in DataTable components and update index exports
This commit is contained in:
parent
905cef1ac2
commit
78a0dd2884
4 changed files with 6 additions and 4 deletions
|
|
@ -2,7 +2,9 @@ import { memo } from 'react';
|
|||
import { flexRender } from '@tanstack/react-table';
|
||||
import type { Row, ColumnDef } from '@tanstack/react-table';
|
||||
import type { TableColumn } from './DataTable.types';
|
||||
import { Checkbox, TableCell, TableRow, Skeleton } from '~/components';
|
||||
import { TableCell, TableRow } from '../Table';
|
||||
import { Checkbox } from '../Checkbox';
|
||||
import { Skeleton } from '../Skeleton';
|
||||
import { cn } from '~/utils';
|
||||
|
||||
export const SelectionCheckbox = memo(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue