Refactor compliance page files page

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-28 18:37:44 +04:00
parent 36a936fcf4
commit c74631ae54
24 changed files with 1972 additions and 1335 deletions

View File

@@ -29,13 +29,6 @@ export const trustCenterRoutes = [
lazy(() => import("#/pages/organizations/trustCenter/TrustCenterPage")),
),
children: [
{
path: "files",
Fallback: LinkCardSkeleton,
Component: lazy(
() => import("#/pages/organizations/trustCenter/TrustCenterFilesTab"),
),
},
{
path: "vendors",
Fallback: LinkCardSkeleton,