Skip to content

Commit d40cd7c

Browse files
committed
Fix story
1 parent 91630b2 commit d40cd7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/ra-core/src/controller/input/ReferenceArrayInputBase.stories.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import { CreateBase } from '../../controller/create/CreateBase';
88
import { testDataProvider } from '../../dataProvider/testDataProvider';
99
import { DataProvider } from '../../types';
1010
import { Form } from '../../form/Form';
11-
import { useInput } from '../../form/useInput';
12-
import { InputProps } from '../../form/types';
11+
import { InputProps, useInput } from '../../form/useInput';
1312
import { TestMemoryRouter } from '../../routing/TestMemoryRouter';
1413
import {
1514
ReferenceArrayInputBase,

0 commit comments

Comments
 (0)