Merge branch 'develop' into MED-97

This commit is contained in:
2025-09-26 17:01:24 +03:00
86 changed files with 11249 additions and 3151 deletions

View File

@@ -52,7 +52,6 @@ function SidebarContainer(props: {
<SidebarContent>
<SidebarNavigation config={config} />
</SidebarContent>
</Sidebar>
);
}