Skip to content

Commit

Permalink
revert export
Browse files Browse the repository at this point in the history
  • Loading branch information
KenanYusuf committed Dec 11, 2024
1 parent ba9a658 commit 1b9b480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ import { useGridSelector } from '../../utils';
import { useGridApiContext } from '../../utils/useGridApiContext';
import { useGridRootProps } from '../../utils/useGridRootProps';
import { gridExpandedRowCountSelector } from '../filter';
import {
gridRowCountSelector,
gridRowsLoadingSelector,
gridPinnedRowsCountSelector,
} from '../rows';
import { gridRowCountSelector, gridRowsLoadingSelector } from '../rows';
import { gridPinnedRowsCountSelector } from '../rows/gridRowsSelector';
import { GridLoadingOverlayVariant } from '../../../components/GridLoadingOverlay';
import { GridOverlayWrapper } from '../../../components/base/GridOverlays';
import type { GridOverlayType } from '../../../components/base/GridOverlays';
Expand Down
1 change: 0 additions & 1 deletion packages/x-data-grid/src/hooks/features/rows/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export {
gridRowTreeDepthsSelector,
gridRowMaximumTreeDepthSelector,
gridDataRowIdsSelector,
gridPinnedRowsCountSelector,
} from './gridRowsSelector';
export type { GridRowsState, GridRowIdToModelLookup } from './gridRowsInterfaces';
export { GRID_ROOT_GROUP_ID, checkGridRowIdIsValid, isAutogeneratedRow } from './gridRowsUtils';

0 comments on commit 1b9b480

Please sign in to comment.