Merge branch 'main' into frontend-2
Some checks failed
checks-impure / test (pull_request) Successful in 30s
checks / test (pull_request) Failing after 2m13s

This commit is contained in:
erdemarslan
2024-01-13 16:03:12 +01:00
102 changed files with 9874 additions and 1305 deletions

View File

@@ -36,13 +36,13 @@ const menuEntityEntries: MenuEntry[] = [
{
icon: <PersonIcon />,
label: "C1",
to: "/client-1",
to: "/client/C1",
disabled: false,
},
{
icon: <PersonIcon />,
label: "C2",
to: "/client-2",
to: "/client/C2",
disabled: false,
},
];