Pre release tweaks

This commit is contained in:
John Lyon-Smith
2018-05-14 18:50:08 -07:00
parent 82f2828441
commit 5d67cb69b0
6 changed files with 38 additions and 40 deletions

View File

@@ -65,7 +65,7 @@ export default class App extends React.Component {
path="/workItemList"
component={WorkItemList}
/>
<DefaultRoute redirect="/workItem" />
<DefaultRoute redirect="/home" />
</Switch>
</View>
</NativeRouter>