Added shift clock to front office side. BOD-188
This commit is contained in:
10
client/src/pages/shift-clock/shift-clock.page.jsx
Normal file
10
client/src/pages/shift-clock/shift-clock.page.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import TimeTicketShift from "../../components/time-ticket-shift/time-ticket-shift.container";
|
||||
|
||||
export default function ShiftClock() {
|
||||
return (
|
||||
<div>
|
||||
<TimeTicketShift />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user