summaryrefslogtreecommitdiff
path: root/client/src/lib/app
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-06 09:08:38 -0400
committerJules Laplace <julescarbon@gmail.com>2017-06-06 09:08:38 -0400
commitb804ccef08a89badabeb8661ba778f90f9a20d44 (patch)
treefd4dd43e86c79f7eb0129e526dd05c1c56df0cef /client/src/lib/app
parent7040b8b2f7509bb1d79607469b2191ef9db8a05a (diff)
rebuild
Diffstat (limited to 'client/src/lib/app')
-rw-r--r--client/src/lib/app/index.js3
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(() => {