@@ -6,10 +6,10 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { AssetGraphListQuery } from "/__generated__/core/AssetGraphListQuery.graphql";
|
||||
import type { AssetGraphNodeQuery } from "/__generated__/core/AssetGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import type { AssetGraphListQuery } from "#/__generated__/core/AssetGraphListQuery.graphql";
|
||||
import type { AssetGraphNodeQuery } from "#/__generated__/core/AssetGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
|
||||
import { assetNodeQuery, assetsQuery } from "../hooks/graph/AssetGraph";
|
||||
|
||||
@@ -24,7 +24,7 @@ export const assetRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/assets/AssetsPage")),
|
||||
lazy(() => import("#/pages/organizations/assets/AssetsPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@ export const assetRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/assets/AssetsPage")),
|
||||
lazy(() => import("#/pages/organizations/assets/AssetsPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@ export const assetRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/assets/AssetDetailsPage")),
|
||||
lazy(() => import("#/pages/organizations/assets/AssetDetailsPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -61,7 +61,7 @@ export const assetRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/assets/AssetDetailsPage")),
|
||||
lazy(() => import("#/pages/organizations/assets/AssetDetailsPage")),
|
||||
),
|
||||
},
|
||||
] satisfies AppRoute[];
|
||||
|
||||
@@ -6,10 +6,10 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { AuditGraphListQuery } from "/__generated__/core/AuditGraphListQuery.graphql";
|
||||
import type { AuditGraphNodeQuery } from "/__generated__/core/AuditGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import type { AuditGraphListQuery } from "#/__generated__/core/AuditGraphListQuery.graphql";
|
||||
import type { AuditGraphNodeQuery } from "#/__generated__/core/AuditGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
|
||||
import { auditNodeQuery, auditsQuery } from "../hooks/graph/AuditGraph";
|
||||
|
||||
@@ -23,7 +23,7 @@ export const auditRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/audits/AuditsPage")),
|
||||
lazy(() => import("#/pages/organizations/audits/AuditsPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -35,7 +35,7 @@ export const auditRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/audits/AuditDetailsPage")),
|
||||
lazy(() => import("#/pages/organizations/audits/AuditDetailsPage")),
|
||||
),
|
||||
},
|
||||
] satisfies AppRoute[];
|
||||
|
||||
@@ -6,14 +6,14 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { ContinualImprovementGraphListQuery } from "/__generated__/core/ContinualImprovementGraphListQuery.graphql";
|
||||
import type { ContinualImprovementGraphNodeQuery } from "/__generated__/core/ContinualImprovementGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import type { ContinualImprovementGraphListQuery } from "#/__generated__/core/ContinualImprovementGraphListQuery.graphql";
|
||||
import type { ContinualImprovementGraphNodeQuery } from "#/__generated__/core/ContinualImprovementGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import {
|
||||
continualImprovementNodeQuery,
|
||||
continualImprovementsQuery,
|
||||
} from "/hooks/graph/ContinualImprovementGraph";
|
||||
} from "#/hooks/graph/ContinualImprovementGraph";
|
||||
|
||||
export const continualImprovementRoutes = [
|
||||
{
|
||||
@@ -32,7 +32,7 @@ export const continualImprovementRoutes = [
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() =>
|
||||
import("/pages/organizations/continualImprovements/ContinualImprovementsPage"),
|
||||
import("#/pages/organizations/continualImprovements/ContinualImprovementsPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
@@ -52,7 +52,7 @@ export const continualImprovementRoutes = [
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() =>
|
||||
import("/pages/organizations/continualImprovements/ContinualImprovementsPage"),
|
||||
import("#/pages/organizations/continualImprovements/ContinualImprovementsPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
@@ -71,7 +71,7 @@ export const continualImprovementRoutes = [
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() =>
|
||||
import("/pages/organizations/continualImprovements/ContinualImprovementDetailsPage"),
|
||||
import("#/pages/organizations/continualImprovements/ContinualImprovementDetailsPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
@@ -90,7 +90,7 @@ export const continualImprovementRoutes = [
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() =>
|
||||
import("/pages/organizations/continualImprovements/ContinualImprovementDetailsPage"),
|
||||
import("#/pages/organizations/continualImprovements/ContinualImprovementDetailsPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
|
||||
@@ -6,10 +6,10 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { DatumGraphListQuery } from "/__generated__/core/DatumGraphListQuery.graphql";
|
||||
import type { DatumGraphNodeQuery } from "/__generated__/core/DatumGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import type { DatumGraphListQuery } from "#/__generated__/core/DatumGraphListQuery.graphql";
|
||||
import type { DatumGraphNodeQuery } from "#/__generated__/core/DatumGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
|
||||
import { dataQuery, datumNodeQuery } from "../hooks/graph/DatumGraph";
|
||||
|
||||
@@ -24,7 +24,7 @@ export const dataRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/data/DataPage")),
|
||||
lazy(() => import("#/pages/organizations/data/DataPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@ export const dataRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/data/DataPage")),
|
||||
lazy(() => import("#/pages/organizations/data/DataPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
|
||||
@@ -8,12 +8,12 @@ import { Fragment } from "react";
|
||||
import { loadQuery } from "react-relay";
|
||||
import { type LoaderFunctionArgs, redirect } from "react-router";
|
||||
|
||||
import type { DocumentGraphListQuery } from "/__generated__/core/DocumentGraphListQuery.graphql";
|
||||
import type { DocumentGraphNodeQuery } from "/__generated__/core/DocumentGraphNodeQuery.graphql";
|
||||
import { LinkCardSkeleton } from "/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import { documentNodeQuery, documentsQuery } from "/hooks/graph/DocumentGraph";
|
||||
import type { DocumentGraphListQuery } from "#/__generated__/core/DocumentGraphListQuery.graphql";
|
||||
import type { DocumentGraphNodeQuery } from "#/__generated__/core/DocumentGraphNodeQuery.graphql";
|
||||
import { LinkCardSkeleton } from "#/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import { documentNodeQuery, documentsQuery } from "#/hooks/graph/DocumentGraph";
|
||||
|
||||
const documentTabs = (prefix: string) => {
|
||||
return [
|
||||
@@ -68,7 +68,7 @@ export const documentsRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/documents/DocumentsPage")),
|
||||
lazy(() => import("#/pages/organizations/documents/DocumentsPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
|
||||
@@ -7,16 +7,16 @@ import {
|
||||
import { Fragment } from "react";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { FrameworkGraphControlNodeQuery } from "/__generated__/core/FrameworkGraphControlNodeQuery.graphql";
|
||||
import type { FrameworkGraphListQuery } from "/__generated__/core/FrameworkGraphListQuery.graphql";
|
||||
import type { FrameworkGraphNodeQuery } from "/__generated__/core/FrameworkGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import type { FrameworkGraphControlNodeQuery } from "#/__generated__/core/FrameworkGraphControlNodeQuery.graphql";
|
||||
import type { FrameworkGraphListQuery } from "#/__generated__/core/FrameworkGraphListQuery.graphql";
|
||||
import type { FrameworkGraphNodeQuery } from "#/__generated__/core/FrameworkGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import {
|
||||
frameworkControlNodeQuery,
|
||||
frameworkNodeQuery,
|
||||
frameworksQuery,
|
||||
} from "/hooks/graph/FrameworkGraph";
|
||||
} from "#/hooks/graph/FrameworkGraph";
|
||||
|
||||
import { ControlSkeleton } from "../components/skeletons/ControlSkeleton";
|
||||
|
||||
@@ -30,7 +30,7 @@ export const frameworkRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/frameworks/FrameworksPage")),
|
||||
lazy(() => import("#/pages/organizations/frameworks/FrameworksPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -42,7 +42,7 @@ export const frameworkRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/frameworks/FrameworkDetailPage")),
|
||||
lazy(() => import("#/pages/organizations/frameworks/FrameworkDetailPage")),
|
||||
),
|
||||
children: [
|
||||
{
|
||||
@@ -62,7 +62,7 @@ export const frameworkRoutes = [
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() =>
|
||||
import("/pages/organizations/frameworks/FrameworkControlPage"),
|
||||
import("#/pages/organizations/frameworks/FrameworkControlPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
|
||||
@@ -8,12 +8,12 @@ import { Fragment } from "react";
|
||||
import { loadQuery } from "react-relay";
|
||||
import { redirect } from "react-router";
|
||||
|
||||
import type { MeasureGraphListQuery } from "/__generated__/core/MeasureGraphListQuery.graphql";
|
||||
import type { MeasureGraphNodeQuery } from "/__generated__/core/MeasureGraphNodeQuery.graphql";
|
||||
import { LinkCardSkeleton } from "/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import { measureNodeQuery, measuresQuery } from "/hooks/graph/MeasureGraph";
|
||||
import type { MeasureGraphListQuery } from "#/__generated__/core/MeasureGraphListQuery.graphql";
|
||||
import type { MeasureGraphNodeQuery } from "#/__generated__/core/MeasureGraphNodeQuery.graphql";
|
||||
import { LinkCardSkeleton } from "#/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import { measureNodeQuery, measuresQuery } from "#/hooks/graph/MeasureGraph";
|
||||
|
||||
export const measureRoutes = [
|
||||
{
|
||||
@@ -25,7 +25,7 @@ export const measureRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/measures/MeasuresPage")),
|
||||
lazy(() => import("#/pages/organizations/measures/MeasuresPage")),
|
||||
),
|
||||
children: [
|
||||
{
|
||||
@@ -43,7 +43,7 @@ export const measureRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/measures/MeasureDetailPage")),
|
||||
lazy(() => import("#/pages/organizations/measures/MeasureDetailPage")),
|
||||
),
|
||||
children: [
|
||||
{
|
||||
@@ -59,7 +59,7 @@ export const measureRoutes = [
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() =>
|
||||
import("/pages/organizations/measures/tabs/MeasureRisksTab.tsx"),
|
||||
import("#/pages/organizations/measures/tabs/MeasureRisksTab.tsx"),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -67,7 +67,7 @@ export const measureRoutes = [
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() =>
|
||||
import("/pages/organizations/measures/tabs/MeasureTasksTab.tsx"),
|
||||
import("#/pages/organizations/measures/tabs/MeasureTasksTab.tsx"),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@ export const measureRoutes = [
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() =>
|
||||
import("/pages/organizations/measures/tabs/MeasureControlsTab.tsx"),
|
||||
import("#/pages/organizations/measures/tabs/MeasureControlsTab.tsx"),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@ export const measureRoutes = [
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() =>
|
||||
import("/pages/organizations/measures/tabs/MeasureEvidencesTab.tsx"),
|
||||
import("#/pages/organizations/measures/tabs/MeasureEvidencesTab.tsx"),
|
||||
),
|
||||
},
|
||||
],
|
||||
|
||||
@@ -8,12 +8,12 @@ import { Fragment } from "react";
|
||||
import { loadQuery } from "react-relay";
|
||||
import { type LoaderFunctionArgs, redirect } from "react-router";
|
||||
|
||||
import type { MeetingGraphListQuery } from "/__generated__/core/MeetingGraphListQuery.graphql";
|
||||
import type { MeetingGraphNodeQuery } from "/__generated__/core/MeetingGraphNodeQuery.graphql";
|
||||
import { LinkCardSkeleton } from "/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import { meetingNodeQuery, meetingsQuery } from "/hooks/graph/MeetingGraph";
|
||||
import type { MeetingGraphListQuery } from "#/__generated__/core/MeetingGraphListQuery.graphql";
|
||||
import type { MeetingGraphNodeQuery } from "#/__generated__/core/MeetingGraphNodeQuery.graphql";
|
||||
import { LinkCardSkeleton } from "#/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import { meetingNodeQuery, meetingsQuery } from "#/hooks/graph/MeetingGraph";
|
||||
|
||||
const meetingTabs = (prefix: string) => {
|
||||
return [
|
||||
@@ -49,7 +49,7 @@ export const meetingsRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/meetings/MeetingsPage")),
|
||||
lazy(() => import("#/pages/organizations/meetings/MeetingsPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
|
||||
@@ -6,10 +6,10 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { NonconformityGraphListQuery } from "/__generated__/core/NonconformityGraphListQuery.graphql";
|
||||
import type { NonconformityGraphNodeQuery } from "/__generated__/core/NonconformityGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import type { NonconformityGraphListQuery } from "#/__generated__/core/NonconformityGraphListQuery.graphql";
|
||||
import type { NonconformityGraphNodeQuery } from "#/__generated__/core/NonconformityGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
|
||||
import {
|
||||
nonconformitiesQuery,
|
||||
|
||||
@@ -6,14 +6,14 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { ObligationGraphListQuery } from "/__generated__/core/ObligationGraphListQuery.graphql";
|
||||
import type { ObligationGraphNodeQuery } from "/__generated__/core/ObligationGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import type { ObligationGraphListQuery } from "#/__generated__/core/ObligationGraphListQuery.graphql";
|
||||
import type { ObligationGraphNodeQuery } from "#/__generated__/core/ObligationGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import {
|
||||
obligationNodeQuery,
|
||||
obligationsQuery,
|
||||
} from "/hooks/graph/ObligationGraph";
|
||||
} from "#/hooks/graph/ObligationGraph";
|
||||
|
||||
export const obligationRoutes = [
|
||||
{
|
||||
@@ -26,7 +26,7 @@ export const obligationRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/obligations/ObligationsPage")),
|
||||
lazy(() => import("#/pages/organizations/obligations/ObligationsPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -39,7 +39,7 @@ export const obligationRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/obligations/ObligationsPage")),
|
||||
lazy(() => import("#/pages/organizations/obligations/ObligationsPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -56,7 +56,7 @@ export const obligationRoutes = [
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() => import("/pages/organizations/obligations/ObligationDetailsPage"),
|
||||
() => import("#/pages/organizations/obligations/ObligationDetailsPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
@@ -74,7 +74,7 @@ export const obligationRoutes = [
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() => import("/pages/organizations/obligations/ObligationDetailsPage"),
|
||||
() => import("#/pages/organizations/obligations/ObligationDetailsPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
|
||||
@@ -6,15 +6,15 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { PeopleGraphNodeQuery } from "/__generated__/core/PeopleGraphNodeQuery.graphql";
|
||||
import type { PeopleGraphPaginatedQuery } from "/__generated__/core/PeopleGraphPaginatedQuery.graphql";
|
||||
import { LinkCardSkeleton } from "/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton.tsx";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import type { PeopleGraphNodeQuery } from "#/__generated__/core/PeopleGraphNodeQuery.graphql";
|
||||
import type { PeopleGraphPaginatedQuery } from "#/__generated__/core/PeopleGraphPaginatedQuery.graphql";
|
||||
import { LinkCardSkeleton } from "#/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton.tsx";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import {
|
||||
paginatedPeopleQuery,
|
||||
peopleNodeQuery,
|
||||
} from "/hooks/graph/PeopleGraph";
|
||||
} from "#/hooks/graph/PeopleGraph";
|
||||
|
||||
export const peopleRoutes = [
|
||||
{
|
||||
@@ -28,7 +28,7 @@ export const peopleRoutes = [
|
||||
),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/people/PeopleListPage")),
|
||||
lazy(() => import("#/pages/organizations/people/PeopleListPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -40,28 +40,28 @@ export const peopleRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/people/PeopleDetailPage")),
|
||||
lazy(() => import("#/pages/organizations/people/PeopleDetailPage")),
|
||||
),
|
||||
children: [
|
||||
{
|
||||
path: "tasks",
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() => import("/pages/organizations/people/tabs/PeopleTasksTab"),
|
||||
() => import("#/pages/organizations/people/tabs/PeopleTasksTab"),
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "role",
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() => import("/pages/organizations/people/tabs/PeopleRoleTab"),
|
||||
() => import("#/pages/organizations/people/tabs/PeopleRoleTab"),
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "profile",
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() => import("/pages/organizations/people/tabs/PeopleProfileTab"),
|
||||
() => import("#/pages/organizations/people/tabs/PeopleProfileTab"),
|
||||
),
|
||||
},
|
||||
],
|
||||
|
||||
@@ -6,14 +6,14 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { ProcessingActivityGraphListQuery } from "/__generated__/core/ProcessingActivityGraphListQuery.graphql";
|
||||
import type { ProcessingActivityGraphNodeQuery } from "/__generated__/core/ProcessingActivityGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import type { ProcessingActivityGraphListQuery } from "#/__generated__/core/ProcessingActivityGraphListQuery.graphql";
|
||||
import type { ProcessingActivityGraphNodeQuery } from "#/__generated__/core/ProcessingActivityGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import {
|
||||
processingActivitiesQuery,
|
||||
processingActivityNodeQuery,
|
||||
} from "/hooks/graph/ProcessingActivityGraph";
|
||||
} from "#/hooks/graph/ProcessingActivityGraph";
|
||||
|
||||
export const processingActivityRoutes = [
|
||||
{
|
||||
@@ -32,7 +32,7 @@ export const processingActivityRoutes = [
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() =>
|
||||
import("/pages/organizations/processingActivities/ProcessingActivitiesPage"),
|
||||
import("#/pages/organizations/processingActivities/ProcessingActivitiesPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
@@ -52,7 +52,7 @@ export const processingActivityRoutes = [
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() =>
|
||||
import("/pages/organizations/processingActivities/ProcessingActivitiesPage"),
|
||||
import("#/pages/organizations/processingActivities/ProcessingActivitiesPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
@@ -71,7 +71,7 @@ export const processingActivityRoutes = [
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() =>
|
||||
import("/pages/organizations/processingActivities/ProcessingActivityDetailsPage"),
|
||||
import("#/pages/organizations/processingActivities/ProcessingActivityDetailsPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
@@ -90,7 +90,7 @@ export const processingActivityRoutes = [
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() =>
|
||||
import("/pages/organizations/processingActivities/ProcessingActivityDetailsPage"),
|
||||
import("#/pages/organizations/processingActivities/ProcessingActivityDetailsPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
|
||||
@@ -6,14 +6,14 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { RightsRequestGraphListQuery } from "/__generated__/core/RightsRequestGraphListQuery.graphql";
|
||||
import type { RightsRequestGraphNodeQuery } from "/__generated__/core/RightsRequestGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import type { RightsRequestGraphListQuery } from "#/__generated__/core/RightsRequestGraphListQuery.graphql";
|
||||
import type { RightsRequestGraphNodeQuery } from "#/__generated__/core/RightsRequestGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import {
|
||||
rightsRequestNodeQuery,
|
||||
rightsRequestsQuery,
|
||||
} from "/hooks/graph/RightsRequestGraph";
|
||||
} from "#/hooks/graph/RightsRequestGraph";
|
||||
|
||||
export const rightsRequestRoutes = [
|
||||
{
|
||||
@@ -30,7 +30,7 @@ export const rightsRequestRoutes = [
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() => import("/pages/organizations/rightsRequests/RightsRequestsPage"),
|
||||
() => import("#/pages/organizations/rightsRequests/RightsRequestsPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
@@ -49,7 +49,7 @@ export const rightsRequestRoutes = [
|
||||
Component: withQueryRef(
|
||||
lazy(
|
||||
() =>
|
||||
import("/pages/organizations/rightsRequests/RightsRequestDetailsPage"),
|
||||
import("#/pages/organizations/rightsRequests/RightsRequestDetailsPage"),
|
||||
),
|
||||
),
|
||||
},
|
||||
|
||||
@@ -8,13 +8,13 @@ import { Fragment } from "react";
|
||||
import { loadQuery } from "react-relay";
|
||||
import { redirect } from "react-router";
|
||||
|
||||
import type { RiskGraphListQuery } from "/__generated__/core/RiskGraphListQuery.graphql";
|
||||
import type { RiskGraphNodeQuery } from "/__generated__/core/RiskGraphNodeQuery.graphql";
|
||||
import { LinkCardSkeleton } from "/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { RisksPageSkeleton } from "/components/skeletons/RisksPageSkeleton.tsx";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import { riskNodeQuery, risksQuery } from "/hooks/graph/RiskGraph";
|
||||
import type { RiskGraphListQuery } from "#/__generated__/core/RiskGraphListQuery.graphql";
|
||||
import type { RiskGraphNodeQuery } from "#/__generated__/core/RiskGraphNodeQuery.graphql";
|
||||
import { LinkCardSkeleton } from "#/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { RisksPageSkeleton } from "#/components/skeletons/RisksPageSkeleton.tsx";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import { riskNodeQuery, risksQuery } from "#/hooks/graph/RiskGraph";
|
||||
|
||||
export const riskRoutes = [
|
||||
{
|
||||
@@ -27,7 +27,7 @@ export const riskRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/risks/RisksPage")),
|
||||
lazy(() => import("#/pages/organizations/risks/RisksPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -40,7 +40,7 @@ export const riskRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/risks/RisksPage")),
|
||||
lazy(() => import("#/pages/organizations/risks/RisksPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -52,7 +52,7 @@ export const riskRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/risks/RiskDetailPage")),
|
||||
lazy(() => import("#/pages/organizations/risks/RiskDetailPage")),
|
||||
),
|
||||
children: [
|
||||
{
|
||||
@@ -67,28 +67,28 @@ export const riskRoutes = [
|
||||
path: "overview",
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() => import("/pages/organizations/risks/tabs/RiskOverviewTab.tsx"),
|
||||
() => import("#/pages/organizations/risks/tabs/RiskOverviewTab.tsx"),
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "measures",
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() => import("/pages/organizations/risks/tabs/RiskMeasuresTab.tsx"),
|
||||
() => import("#/pages/organizations/risks/tabs/RiskMeasuresTab.tsx"),
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "documents",
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() => import("/pages/organizations/risks/tabs/RiskDocumentsTab.tsx"),
|
||||
() => import("#/pages/organizations/risks/tabs/RiskDocumentsTab.tsx"),
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "controls",
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() => import("/pages/organizations/risks/tabs/RiskControlsTab.tsx"),
|
||||
() => import("#/pages/organizations/risks/tabs/RiskControlsTab.tsx"),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@ export const riskRoutes = [
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() =>
|
||||
import("/pages/organizations/risks/tabs/RiskObligationsTab.tsx"),
|
||||
import("#/pages/organizations/risks/tabs/RiskObligationsTab.tsx"),
|
||||
),
|
||||
},
|
||||
],
|
||||
@@ -110,7 +110,7 @@ export const riskRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/risks/RiskDetailPage")),
|
||||
lazy(() => import("#/pages/organizations/risks/RiskDetailPage")),
|
||||
),
|
||||
children: [
|
||||
{
|
||||
@@ -125,7 +125,7 @@ export const riskRoutes = [
|
||||
path: "overview",
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() => import("/pages/organizations/risks/tabs/RiskOverviewTab.tsx"),
|
||||
() => import("#/pages/organizations/risks/tabs/RiskOverviewTab.tsx"),
|
||||
),
|
||||
},
|
||||
],
|
||||
|
||||
@@ -6,11 +6,11 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { SnapshotGraphListQuery } from "/__generated__/core/SnapshotGraphListQuery.graphql";
|
||||
import type { SnapshotGraphNodeQuery } from "/__generated__/core/SnapshotGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import { snapshotNodeQuery, snapshotsQuery } from "/hooks/graph/SnapshotGraph";
|
||||
import type { SnapshotGraphListQuery } from "#/__generated__/core/SnapshotGraphListQuery.graphql";
|
||||
import type { SnapshotGraphNodeQuery } from "#/__generated__/core/SnapshotGraphNodeQuery.graphql";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import { snapshotNodeQuery, snapshotsQuery } from "#/hooks/graph/SnapshotGraph";
|
||||
|
||||
export const snapshotsRoutes = [
|
||||
{
|
||||
@@ -22,7 +22,7 @@ export const snapshotsRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/snapshots/SnapshotsPage")),
|
||||
lazy(() => import("#/pages/organizations/snapshots/SnapshotsPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -34,7 +34,7 @@ export const snapshotsRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/snapshots/SnapshotDetailPage")),
|
||||
lazy(() => import("#/pages/organizations/snapshots/SnapshotDetailPage")),
|
||||
),
|
||||
},
|
||||
] satisfies AppRoute[];
|
||||
|
||||
@@ -2,14 +2,14 @@ import { lazy } from "@probo/react-lazy";
|
||||
import { type AppRoute, loaderFromQueryLoader, withQueryRef } from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { StateOfApplicabilityGraphNodeQuery } from "/__generated__/core/StateOfApplicabilityGraphNodeQuery.graphql";
|
||||
import type { StateOfApplicabilityGraphPaginatedQuery } from "/__generated__/core/StateOfApplicabilityGraphPaginatedQuery.graphql";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton.tsx";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import type { StateOfApplicabilityGraphNodeQuery } from "#/__generated__/core/StateOfApplicabilityGraphNodeQuery.graphql";
|
||||
import type { StateOfApplicabilityGraphPaginatedQuery } from "#/__generated__/core/StateOfApplicabilityGraphPaginatedQuery.graphql";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton.tsx";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import {
|
||||
paginatedStateOfApplicabilityQuery,
|
||||
stateOfApplicabilityNodeQuery,
|
||||
} from "/hooks/graph/StateOfApplicabilityGraph";
|
||||
} from "#/hooks/graph/StateOfApplicabilityGraph";
|
||||
|
||||
export const statesOfApplicabilityRoutes = [
|
||||
{
|
||||
@@ -23,7 +23,7 @@ export const statesOfApplicabilityRoutes = [
|
||||
),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/states-of-applicability/StatesOfApplicabilityPage")),
|
||||
lazy(() => import("#/pages/organizations/states-of-applicability/StatesOfApplicabilityPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@ export const statesOfApplicabilityRoutes = [
|
||||
),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/states-of-applicability/StatesOfApplicabilityPage")),
|
||||
lazy(() => import("#/pages/organizations/states-of-applicability/StatesOfApplicabilityPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -51,7 +51,7 @@ export const statesOfApplicabilityRoutes = [
|
||||
),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/states-of-applicability/StateOfApplicabilityDetailPage")),
|
||||
lazy(() => import("#/pages/organizations/states-of-applicability/StateOfApplicabilityDetailPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -65,7 +65,7 @@ export const statesOfApplicabilityRoutes = [
|
||||
),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/states-of-applicability/StateOfApplicabilityDetailPage")),
|
||||
lazy(() => import("#/pages/organizations/states-of-applicability/StateOfApplicabilityDetailPage")),
|
||||
),
|
||||
},
|
||||
] satisfies AppRoute[];
|
||||
|
||||
@@ -6,10 +6,10 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { TaskGraphQuery } from "/__generated__/core/TaskGraphQuery.graphql";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import { tasksQuery } from "/hooks/graph/TaskGraph";
|
||||
import type { TaskGraphQuery } from "#/__generated__/core/TaskGraphQuery.graphql";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import { tasksQuery } from "#/hooks/graph/TaskGraph";
|
||||
export const taskRoutes = [
|
||||
{
|
||||
path: "tasks",
|
||||
@@ -20,7 +20,7 @@ export const taskRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/tasks/TasksPage")),
|
||||
lazy(() => import("#/pages/organizations/tasks/TasksPage")),
|
||||
),
|
||||
},
|
||||
] satisfies AppRoute[];
|
||||
|
||||
@@ -6,10 +6,10 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { TrustCenterGraphQuery } from "/__generated__/core/TrustCenterGraphQuery.graphql";
|
||||
import { LinkCardSkeleton } from "/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import type { TrustCenterGraphQuery } from "#/__generated__/core/TrustCenterGraphQuery.graphql";
|
||||
import { LinkCardSkeleton } from "#/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
|
||||
import { trustCenterQuery } from "../hooks/graph/TrustCenterGraph";
|
||||
|
||||
@@ -26,7 +26,7 @@ export const trustCenterRoutes = [
|
||||
),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/trustCenter/TrustCenterPage")),
|
||||
lazy(() => import("#/pages/organizations/trustCenter/TrustCenterPage")),
|
||||
),
|
||||
children: [
|
||||
{
|
||||
@@ -34,7 +34,7 @@ export const trustCenterRoutes = [
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() =>
|
||||
import("/pages/organizations/trustCenter/TrustCenterOverviewTab"),
|
||||
import("#/pages/organizations/trustCenter/TrustCenterOverviewTab"),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -42,14 +42,14 @@ export const trustCenterRoutes = [
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() =>
|
||||
import("/pages/organizations/trustCenter/TrustCenterReferencesTab"),
|
||||
import("#/pages/organizations/trustCenter/TrustCenterReferencesTab"),
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "audits",
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() => import("/pages/organizations/trustCenter/TrustCenterAuditsTab"),
|
||||
() => import("#/pages/organizations/trustCenter/TrustCenterAuditsTab"),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -57,14 +57,14 @@ export const trustCenterRoutes = [
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() =>
|
||||
import("/pages/organizations/trustCenter/TrustCenterDocumentsTab"),
|
||||
import("#/pages/organizations/trustCenter/TrustCenterDocumentsTab"),
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "files",
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() => import("/pages/organizations/trustCenter/TrustCenterFilesTab"),
|
||||
() => import("#/pages/organizations/trustCenter/TrustCenterFilesTab"),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -72,7 +72,7 @@ export const trustCenterRoutes = [
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() =>
|
||||
import("/pages/organizations/trustCenter/TrustCenterVendorsTab"),
|
||||
import("#/pages/organizations/trustCenter/TrustCenterVendorsTab"),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -80,7 +80,7 @@ export const trustCenterRoutes = [
|
||||
Fallback: LinkCardSkeleton,
|
||||
Component: lazy(
|
||||
() =>
|
||||
import("/pages/organizations/trustCenter/TrustCenterAccessTab/TrustCenterAccessTab"),
|
||||
import("#/pages/organizations/trustCenter/TrustCenterAccessTab/TrustCenterAccessTab"),
|
||||
),
|
||||
},
|
||||
],
|
||||
|
||||
@@ -6,12 +6,12 @@ import {
|
||||
} from "@probo/routes";
|
||||
import { loadQuery } from "react-relay";
|
||||
|
||||
import type { VendorGraphListQuery } from "/__generated__/core/VendorGraphListQuery.graphql";
|
||||
import type { VendorGraphNodeQuery } from "/__generated__/core/VendorGraphNodeQuery.graphql";
|
||||
import { LinkCardSkeleton } from "/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "/environments";
|
||||
import { vendorNodeQuery, vendorsQuery } from "/hooks/graph/VendorGraph";
|
||||
import type { VendorGraphListQuery } from "#/__generated__/core/VendorGraphListQuery.graphql";
|
||||
import type { VendorGraphNodeQuery } from "#/__generated__/core/VendorGraphNodeQuery.graphql";
|
||||
import { LinkCardSkeleton } from "#/components/skeletons/LinkCardSkeleton";
|
||||
import { PageSkeleton } from "#/components/skeletons/PageSkeleton";
|
||||
import { coreEnvironment } from "#/environments";
|
||||
import { vendorNodeQuery, vendorsQuery } from "#/hooks/graph/VendorGraph";
|
||||
|
||||
export const vendorRoutes = [
|
||||
{
|
||||
@@ -24,7 +24,7 @@ export const vendorRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/vendors/VendorsPage")),
|
||||
lazy(() => import("#/pages/organizations/vendors/VendorsPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@ export const vendorRoutes = [
|
||||
}),
|
||||
),
|
||||
Component: withQueryRef(
|
||||
lazy(() => import("/pages/organizations/vendors/VendorsPage")),
|
||||
lazy(() => import("#/pages/organizations/vendors/VendorsPage")),
|
||||
),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user