Created
October 21, 2016 20:08
-
-
Save bnhansn/b796828af8d50c5abe2305f59bffcae0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // @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