counts on the dashboard

This commit is contained in:
2025-04-08 17:54:33 +01:00
parent 57b35b4849
commit a7386814c7
4 changed files with 65 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ export interface Auth {
export interface BreadcrumbItem {
title: string;
href: string;
href?: string;
}
export interface NavItem {