Skip to content

Instantly share code, notes, and snippets.

@eh3rrera
Created November 15, 2017 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eh3rrera/05ae352e9130d3787b144a471e43e47b to your computer and use it in GitHub Desktop.
Save eh3rrera/05ae352e9130d3787b144a471e43e47b to your computer and use it in GitHub Desktop.
import React from 'react';
const Message = ({ match }) => (
<h3>Message with ID {match.params.id}</h3>
);
export default Message;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment