Debug issues with work item CRUD
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { Fragment, Component } from 'react'
|
||||
import { Route, Redirect } from 'react-router-native'
|
||||
import React, { Fragment, Component } from "react"
|
||||
import { Route, Redirect } from "react-router-native"
|
||||
|
||||
export const DefaultRoute = () => {
|
||||
// NOTE: When working on the app, change this to the page you are working on
|
||||
return <Route render={() => (<Redirect to={'/workitemlist'} />)} />
|
||||
return <Route render={() => <Redirect to={"/workitemlist"} />} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user