Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import { ORM } from "redux-orm";
  2.  
  3. import Account from "features/account/Account";
  4.  
  5. const orm = new ORM();
  6. orm.register(
  7. Account,
  8. );
  9.  
  10. export default orm;
Add Comment
Please, Sign In to add comment