Target tracking location, BoundHeader, WorkItem page done.
This commit is contained in:
@@ -2,5 +2,6 @@ import React, { Fragment, Component } from 'react'
|
||||
import { Route, Redirect } from 'react-router-native'
|
||||
|
||||
export const DefaultRoute = () => {
|
||||
return <Route render={() => (<Redirect to={'/home'} />)} />
|
||||
// NOTE: When working on the app, change this to the page you are working on
|
||||
return <Route render={() => (<Redirect to={'/workitem'} />)} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user