import React, { Component,Fragment } from "react"; import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; import LoadForm from "../../components/common/input-form"; class AddCard extends Component { render() { return (
) } } export default AddCard