Added shift clock framework + login on tech console BOD-97 BOD-188
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import TimeTicketShift from "../../components/time-ticket-shift/time-ticket-shift.container";
|
||||
|
||||
export default function TechShiftClock() {
|
||||
return (
|
||||
<div>
|
||||
<TimeTicketShift isTechConsole />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user