Skip to content

Commit 66e9a36

Browse files
erwanMarmelabMadeorsk
authored andcommitted
remove useless imports
1 parent 94d66df commit 66e9a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ReferenceArrayFieldBase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ A typical `post` record therefore looks like this:
4545
In that case, use `<ReferenceArrayFieldBase>` to display the post tag names as a list of chips, as follows:
4646

4747
```jsx
48-
import { ListBase, WithListContext, ReferenceArrayFieldBase, RecordContextProvider } from 'react-admin';
48+
import { ListBase, ReferenceArrayFieldBase, RecordContextProvider } from 'react-admin';
4949

5050
export const PostList = () => (
5151
<ListBase

docs/ReferenceFieldBase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ When used in a `<DataTable>`, `<ReferenceFieldBase>` fetches the referenced reco
223223
For instance, with this code:
224224

225225
```jsx
226-
import { ListBase, WithListContext, ReferenceFieldBase, RecordContextProvider } from 'react-admin';
226+
import { ListBase, ReferenceFieldBase, RecordContextProvider } from 'react-admin';
227227

228228
export const PostList = () => (
229229
<ListBase

0 commit comments

Comments
 (0)