Add ViewOtherTimeReport component to PMOtherUsersTR page

This commit is contained in:
Mattias 2024-03-21 10:31:24 +01:00
parent 85be4c79d6
commit e2d2310275
3 changed files with 195 additions and 2 deletions

View file

@ -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 = (
<>