Skip to content

Instantly share code, notes, and snippets.

@bnhansn
Created October 21, 2016 20:08
Show Gist options
  • Save bnhansn/b796828af8d50c5abe2305f59bffcae0 to your computer and use it in GitHub Desktop.
Save bnhansn/b796828af8d50c5abe2305f59bffcae0 to your computer and use it in GitHub Desktop.
// @flow
import React from 'react';
const Room = props =>
<div>Room {props.params.id}</div>;
export default Room;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment