Merge branch 'frontend' into gruppPP

This commit is contained in:
Peter KW 2024-03-17 10:43:49 +01:00
commit 5e0b96ed87
18 changed files with 52 additions and 13 deletions

View file

@ -18,6 +18,7 @@ function UserEditTimeReportPage(): JSX.Element {
onClick={(): void => {
return;
}}
type="button"
/>
<BackButton />
</>

View file

@ -18,6 +18,7 @@ function UserNewTimeReportPage(): JSX.Element {
onClick={(): void => {
return;
}}
type="button"
/>
<BackButton />
</>