diff options
Diffstat (limited to 'client/src/lib/app/index.js')
| -rw-r--r-- | client/src/lib/app/index.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/src/lib/app/index.js b/client/src/lib/app/index.js index 3034e54..1a4fec7 100644 --- a/client/src/lib/app/index.js +++ b/client/src/lib/app/index.js @@ -68,9 +68,6 @@ class App extends Component { <Route exact path='/' render={(props) => ( <Home /> )}/> - <Route path='/site.html' render={(props) => ( - <Home /> - )}/> <Route path='/timeline' render={(props) => { if (! this.visitedTimeline) { setTimeout(() => { |
