diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-20 02:19:48 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-20 02:19:48 +0200 |
| commit | 19adbf48642085f39b9562ea6ad1e248a546373c (patch) | |
| tree | 32129a992e8c1dcb5c9ed27482b75d8f64e9b6d2 /app/client/index.jsx | |
| parent | 59bc39099e82f4ce026e0ebd916c96bdc40fc951 (diff) | |
browser is browsing
Diffstat (limited to 'app/client/index.jsx')
| -rw-r--r-- | app/client/index.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/client/index.jsx b/app/client/index.jsx index 7fec561..2b28ac1 100644 --- a/app/client/index.jsx +++ b/app/client/index.jsx @@ -36,8 +36,8 @@ const app = ( <Route exact path='/dashboard' component={Dashboard} /> <Route exact path='/browse' component={Browser} /> <Route exact path='/logout' component={Auth.Logout} /> - <Route exact path='/login' component={() => { console.log('pziss'); <Redirect to='/' /> }} /> - <Route exact path='/signup' component={() => { console.log('pziss'); <Redirect to='/' /> }} /> + <Route exact path='/login' component={() => { <Redirect to='/' /> }} /> + <Route exact path='/signup' component={() => { <Redirect to='/' /> }} /> {module_list} <Route exact path='/' component={Dashboard} /> <Route path='/' component={Header} /> |
