Skip to content
Snippets Groups Projects
Commit ead9bc61 authored by L4168's avatar L4168
Browse files

replay routed

parent 752c1a1b
No related branches found
No related tags found
2 merge requests!46Development to testing,!33Game replay
......@@ -189,9 +189,9 @@ export default class App extends Component {
<Redirect from="*" to="/" />
</Switch>
)}
{this.state.logged && (
<Switch>
<Route exact path="/replay" component={this.replay} />
<Route
path="/game"
component={() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment