Tech Console improvements.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Divider } from "antd";
|
||||
import React from "react";
|
||||
import TechClockInFormContainer from "../../components/tech-job-clock-in-form/tech-job-clock-in-form.container";
|
||||
import TechClockedInList from "../../components/tech-job-clocked-in-list/tech-job-clocked-in-list.component";
|
||||
@@ -6,6 +7,7 @@ export default function TechClockComponent() {
|
||||
return (
|
||||
<div>
|
||||
<TechClockInFormContainer />
|
||||
<Divider />
|
||||
<TechClockedInList />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user