Skip to content

Commit

Permalink
ra-data-hasura: update readme explain some imports (close hasura#2905) (
Browse files Browse the repository at this point in the history
hasura#2906)

I was a little confused about where some of the imports in the example code came from, until I realised that they're created as part of the react-admin tutorial. I added a comment explaining that.
craigglennie authored and shahidhk committed Oct 10, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2e9d9bc commit ddf5997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions community/tools/ra-data-hasura/README.md
Original file line number Diff line number Diff line change
@@ -31,6 +31,7 @@ import UserIcon from '@material-ui/icons/Group';
import { Admin, Resource, ListGuesser } from 'react-admin';
import hasuraDataProvider from 'ra-data-hasura';

// The following components are created when following the react-admin tutorial
import { PostList, PostEdit, PostCreate, PostShow } from './posts';
import { UserList } from './users';
import Dashboard from './Dashboard';

0 comments on commit ddf5997

Please sign in to comment.