Added progress bar, progress modal and bubble loader

This commit is contained in:
John Lyon-Smith
2018-05-11 13:51:14 -07:00
parent d087da2ce7
commit dadad6434f
11 changed files with 281 additions and 11 deletions

View File

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