Guest User

Untitled

a guest
Dec 11th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // wrap-before.js
  2. import React from "react";
  3. import { connect } from "react-redux";
  4.  
  5. const Sports = (props) => {
  6. return <div>Sports</div>;
  7. };
  8.  
  9. export default Sports;
Add Comment
Please, Sign In to add comment