Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import { Link } from 'react-router';
- import ListErrors from './ListErrors';
- import React from 'react';
- import agent from '../agent';
- import { connect } from 'react-redux';
- const mapStateToProps = state => ({ ...state.auth });
- // ...
Advertisement
Add Comment
Please, Sign In to add comment