parent
35b6c4b36a
commit
0077fc26df
13 changed files with 133 additions and 52 deletions
13
app/assets/javascripts/components/routes/account_route.jsx
Normal file
13
app/assets/javascripts/components/routes/account_route.jsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
const AccountRoute = React.createClass({
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
{this.props.params.account_id}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
export default AccountRoute;
|
Loading…
Add table
Add a link
Reference in a new issue