We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7df87 commit a064484Copy full SHA for a064484
1 file changed
packages/ra-ui-materialui/src/detail/Create.tsx
@@ -1,12 +1,6 @@
1
import * as React from 'react';
2
import { ReactElement } from 'react';
3
-import {
4
- CreateBase,
5
- CreateBaseProps,
6
- Identifier,
7
- RaRecord,
8
- useCheckMinimumRequiredProps,
9
-} from 'ra-core';
+import { CreateBase, CreateBaseProps, Identifier, RaRecord } from 'ra-core';
10
import { useThemeProps } from '@mui/material/styles';
11
12
import { CreateView, CreateViewProps } from './CreateView';
0 commit comments