Skip to content

Commit

Permalink
Merge pull request #3626 from natrim/patch-5
Browse files Browse the repository at this point in the history
[RFR] ra-data-simple-rest - fix import typo - should be ra-core
  • Loading branch information
djhi authored Aug 30, 2019
2 parents e7a725e + 311b62f commit 1d35d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-data-simple-rest/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
UPDATE_MANY,
DELETE,
DELETE_MANY,
} from 'react-admin';
} from 'ra-core';

/**
* Maps react-admin queries to a simple REST API
Expand Down

0 comments on commit 1d35d52

Please sign in to comment.