Skip to content

Commit 10cd3f5

Browse files
committed
update import
1 parent f80532e commit 10cd3f5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packages/ra-ui-materialui/src/input/SelectInput.stories.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ import {
88
IconButton,
99
TextField,
1010
} from '@mui/material';
11-
import { Resource, TestMemoryRouter, required, useGetList } from 'ra-core';
11+
import {
12+
CreateBase,
13+
Resource,
14+
TestMemoryRouter,
15+
required,
16+
useGetList,
17+
} from 'ra-core';
1218
import polyglotI18nProvider from 'ra-i18n-polyglot';
1319
import englishMessages from 'ra-language-english';
1420
import * as React from 'react';
15-
import { Admin, AdminContext, CreateBase } from 'react-admin';
21+
import { Admin, AdminContext } from 'react-admin';
1622

1723
import { SaveButton } from '../button/SaveButton';
1824
import { Edit, Create as RaCreate } from '../detail';

0 commit comments

Comments
 (0)