Skip to content

Commit

Permalink
Remove incorrect deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Sep 17, 2019
1 parent a621f02 commit 1bcc3bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/ra-ui-materialui/src/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ const useStyles = makeStyles(theme => ({
},
}));

/**
* @deprecated Use react-router-dom's Link instead
*/
const Link = ({
to,
children,
Expand Down

0 comments on commit 1bcc3bf

Please sign in to comment.