Skip to content

Commit 88e2d1d

Browse files
remove useless import
1 parent 2356042 commit 88e2d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import { required, Resource, useNotify } from 'ra-core';
2+
import { required, Resource } from 'ra-core';
33
import { useFormState, useFormContext } from 'react-hook-form';
44

55
import { TextInput } from './TextInput';

0 commit comments

Comments
 (0)