2017-08-19 05:08:01 +02:00
|
|
|
import React from "react";
|
|
|
|
import { connect } from "react-redux";
|
2017-09-18 02:52:57 +02:00
|
|
|
import LinkTransaction from "./view";
|
2017-08-19 05:08:01 +02:00
|
|
|
|
2017-09-18 02:52:57 +02:00
|
|
|
export default connect(null, null)(LinkTransaction);
|