Add ViewOtherTimeReport component to PMOtherUsersTR page
This commit is contained in:
parent
85be4c79d6
commit
e2d2310275
3 changed files with 195 additions and 2 deletions
|
|
@ -1,8 +1,13 @@
|
|||
import BasicWindow from "../../Components/BasicWindow";
|
||||
import BackButton from "../../Components/BackButton";
|
||||
import ViewOtherTimeReport from "../../Components/ViewOtherTimeReport";
|
||||
|
||||
function PMOtherUsersTR(): JSX.Element {
|
||||
const content = <></>;
|
||||
const content = (
|
||||
<>
|
||||
<ViewOtherTimeReport />
|
||||
</>
|
||||
);
|
||||
|
||||
const buttons = (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue