2017-08-18 23:08:01 -04:00
|
|
|
import React from "react";
|
|
|
|
import { connect } from "react-redux";
|
2017-09-17 20:52:57 -04:00
|
|
|
import LinkTransaction from "./view";
|
2017-08-18 23:08:01 -04:00
|
|
|
|
2017-09-17 20:52:57 -04:00
|
|
|
export default connect(null, null)(LinkTransaction);
|