Skip to content

Commit a064484

Browse files
committed
Fix linter warnings
1 parent cc7df87 commit a064484

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/ra-ui-materialui/src/detail/Create.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 { ReactElement } from 'react';
3-
import {
4-
CreateBase,
5-
CreateBaseProps,
6-
Identifier,
7-
RaRecord,
8-
useCheckMinimumRequiredProps,
9-
} from 'ra-core';
3+
import { CreateBase, CreateBaseProps, Identifier, RaRecord } from 'ra-core';
104
import { useThemeProps } from '@mui/material/styles';
115

126
import { CreateView, CreateViewProps } from './CreateView';

0 commit comments

Comments
 (0)