AllenYuan

register - 1

Apr 26th, 2020
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import { Link } from 'react-router';
  2. import ListErrors from './ListErrors';
  3. import React from 'react';
  4. import agent from '../agent';
  5. import { connect } from 'react-redux';
  6.  
  7. const mapStateToProps = state => ({ ...state.auth });
  8.  
  9. // ...
Advertisement
Add Comment
Please, Sign In to add comment