diff --git a/src/App.js b/src/App.js
index 4a1bbae8a594404193575f3200b425dd48f8a69b..b23d165ca0a2556fc4276baa189760baf78b0e73 100644
--- a/src/App.js
+++ b/src/App.js
@@ -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={() => {