Skip to content

Commit 285572c

Browse files
committed
Fix ts warning
1 parent f3c9db2 commit 285572c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/ra-ui-materialui/src/list/ListView.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import * as React from 'react';
22
import { styled } from '@mui/material/styles';
3-
import {
4-
Children,
5-
cloneElement,
6-
ReactElement,
7-
ReactNode,
8-
ElementType,
9-
} from 'react';
3+
import { cloneElement, ReactElement, ReactNode, ElementType } from 'react';
104
import PropTypes from 'prop-types';
115
import { SxProps } from '@mui/system';
126
import Card from '@mui/material/Card';

0 commit comments

Comments
 (0)