Skip to content
Snippets Groups Projects

Game replay

Merged Ghost User requested to merge game-replay into development
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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={() => {
Loading