Refactor UserViewStatistics component to remove unnecessary heading

This commit is contained in:
Mattias 2024-04-15 16:12:56 +02:00
parent a5a94c7839
commit eeb17eabb1

View file

@ -5,7 +5,6 @@ import UserStatistics from "../../Components/UserStatistics";
function UserNewTimeReportPage(): JSX.Element {
const content = (
<>
<h1 className="font-bold text-[30px] mb-[20px]"></h1>
<UserStatistics />
</>
);