mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: table imports (#3982)
## About the changes Quick fix for build warnings on frontend - prevent circular dependencies.
This commit is contained in:
parent
6986534ed8
commit
e0ed2fb830
@ -1,12 +1,8 @@
|
||||
import { useMemo } from 'react';
|
||||
import { useTheme } from '@mui/material';
|
||||
import {
|
||||
SortableTableHeader,
|
||||
Table,
|
||||
TableBody,
|
||||
TableRow,
|
||||
TableCell,
|
||||
} from 'component/common/Table';
|
||||
import { useTheme, TableBody, TableRow } from '@mui/material';
|
||||
import { SortableTableHeader } from 'component/common/Table/SortableTableHeader/SortableTableHeader';
|
||||
import { TableCell } from 'component/common/Table/TableCell/TableCell';
|
||||
import { Table } from 'component/common/Table/Table/Table';
|
||||
import { useVirtualizedRange } from 'hooks/useVirtualizedRange';
|
||||
import { HeaderGroup, Row } from 'react-table';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user