Remove unused files

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-28 15:25:42 +04:00
parent 26a45f9c6f
commit 07ea130536
6 changed files with 0 additions and 1018 deletions

View File

@@ -29,22 +29,6 @@ export const trustCenterRoutes = [
lazy(() => import("#/pages/organizations/trustCenter/TrustCenterPage")),
),
children: [
{
index: true,
Fallback: LinkCardSkeleton,
Component: lazy(
() =>
import("#/pages/organizations/trustCenter/TrustCenterOverviewTab"),
),
},
{
path: "trust-by",
Fallback: LinkCardSkeleton,
Component: lazy(
() =>
import("#/pages/organizations/trustCenter/TrustCenterReferencesTab"),
),
},
{
path: "audits",
Fallback: LinkCardSkeleton,