Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetitcolas authored Jul 10, 2020
1 parent 4b769a3 commit b2d3b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Show.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default App;

// in src/posts.js
import * as React from "react";
import { Show, SimpleShowLayout, TextField, DateField, EditButton, RichTextField } from 'react-admin';
import { Show, SimpleShowLayout, TextField, DateField, RichTextField } from 'react-admin';

export const PostShow = (props) => (
<Show {...props}>
Expand Down

0 comments on commit b2d3b58

Please sign in to comment.