Added Team mamagement with backend integration

This commit is contained in:
2026-04-30 11:11:11 +03:00
parent 8449da8373
commit 45c157b910
35 changed files with 1570 additions and 4671 deletions

View File

@@ -48,7 +48,6 @@ function testEqual(path: string, pattern: string) {
function BreadCrumbs() {
const unique_matches: string[] = getSubPaths(useLocation().pathname);
console.log(unique_matches);
//find the breadcrumbs for the matched pathes
const elements: ReactElement[] = [];
for (const prop in routes) {