Skip to content

Instantly share code, notes, and snippets.

@chardos
Last active December 11, 2018 10:55
Show Gist options
  • Save chardos/d2aa3e7c3e0b11b8a3e43e823d96549c to your computer and use it in GitHub Desktop.
Save chardos/d2aa3e7c3e0b11b8a3e43e823d96549c to your computer and use it in GitHub Desktop.
// wrap-before.js
import React from "react";
import { connect } from "react-redux";
const Sports = (props) => {
return <div>Sports</div>;
};
export default Sports;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment