Brand new TimePerRole component deluxe edition

This commit is contained in:
Mattias 2024-03-20 16:24:38 +01:00
parent 287e97fe6f
commit dd02c2c5c6
2 changed files with 147 additions and 1 deletions

View file

@ -1,8 +1,13 @@
import BasicWindow from "../../Components/BasicWindow";
import BackButton from "../../Components/BackButton";
import TimePerRole from "../../Components/TimePerRole";
function PMTotalTimeRole(): JSX.Element {
const content = <></>;
const content = (
<>
<TimePerRole />
</>
);
const buttons = (
<>