Skip to content

Commit

Permalink
Fix ts warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jan 6, 2023
1 parent f3c9db2 commit 285572c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/ra-ui-materialui/src/list/ListView.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import * as React from 'react';
import { styled } from '@mui/material/styles';
import {
Children,
cloneElement,
ReactElement,
ReactNode,
ElementType,
} from 'react';
import { cloneElement, ReactElement, ReactNode, ElementType } from 'react';
import PropTypes from 'prop-types';
import { SxProps } from '@mui/system';
import Card from '@mui/material/Card';
Expand Down

0 comments on commit 285572c

Please sign in to comment.