Framework for entering time tickets BOD-183 BOD-185
This commit is contained in:
@@ -27,6 +27,10 @@ const ProductionListPage = lazy(() =>
|
||||
const ProductionBoardPage = lazy(() =>
|
||||
import("../production-board/production-board.container")
|
||||
);
|
||||
const TechClockIn = lazy(() =>
|
||||
import("../../components/tech-clock-in/tech-clock-in.container")
|
||||
);
|
||||
|
||||
const { Content } = Layout;
|
||||
|
||||
const mapStateToProps = createStructuredSelector({
|
||||
@@ -74,6 +78,11 @@ export function TechPage({ technician, match }) {
|
||||
exact
|
||||
path={`${match.path}/list`}
|
||||
component={ProductionListPage}
|
||||
/>{" "}
|
||||
<Route
|
||||
exact
|
||||
path={`${match.path}/clockin`}
|
||||
component={TechClockIn}
|
||||
/>
|
||||
<Route
|
||||
exact
|
||||
|
||||
Reference in New Issue
Block a user