🏗️ Added stats to dashboard

This commit is contained in:
2024-02-06 21:43:41 -06:00
parent 99b3b55400
commit 0ea5a49786
4 changed files with 78 additions and 73 deletions

View File

@@ -3,7 +3,7 @@ import { Link } from "react-router-dom";
type IHeaderProps = {
headerContent: string;
subHeaderContent: string;
subHeaderContent: ReactElement;
iconClassNames: string;
link?: string;
};