

import {
    ArchivedCycleVerticalStackIllustration,
    ArchivedModuleVerticalStackIllustration,
    ArchivedWorkItemVerticalStackIllustration,
    ChangelogVerticalStackIllustration,
    CustomerVerticalStackIllustration,
    CycleVerticalStackIllustration,
    DashboardVerticalStackIllustration,
    DraftVerticalStackIllustration,
    EpicVerticalStackIllustration,
    Error404VerticalStackIllustration,
    InitiativeVerticalStackIllustration,
    InvalidLinkVerticalStackIllustration,
    ModuleVerticalStackIllustration,
    NoAccessVerticalStackIllustration,
    PageVerticalStackIllustration,
    ProjectVerticalStackIllustration,
    ServerErrorVerticalStackIllustration,
    TeamspaceVerticalStackIllustration,
    ViewVerticalStackIllustration,
    WorkItemVerticalStackIllustration,
} from ".";

export const VerticalStackAssetsMap = [
  {
    asset: <ArchivedCycleVerticalStackIllustration />,
    title: "ArchivedCycleVerticalStackIllustration",
  },
  {
    asset: <ArchivedModuleVerticalStackIllustration />,
    title: "ArchivedModuleVerticalStackIllustration",
  },
  {
    asset: <ArchivedWorkItemVerticalStackIllustration />,
    title: "ArchivedWorkItemVerticalStackIllustration",
  },
  {
    asset: <ChangelogVerticalStackIllustration />,
    title: "ChangelogVerticalStackIllustration",
  },
  {
    asset: <CustomerVerticalStackIllustration />,
    title: "CustomerVerticalStackIllustration",
  },
  {
    asset: <CycleVerticalStackIllustration />,
    title: "CycleVerticalStackIllustration",
  },
  {
    asset: <DashboardVerticalStackIllustration />,
    title: "DashboardVerticalStackIllustration",
  },
  {
    asset: <DraftVerticalStackIllustration />,
    title: "DraftVerticalStackIllustration",
  },
  {
    asset: <EpicVerticalStackIllustration />,
    title: "EpicVerticalStackIllustration",
  },
  {
    asset: <Error404VerticalStackIllustration />,
    title: "Error404VerticalStackIllustration",
  },
  {
    asset: <InitiativeVerticalStackIllustration />,
    title: "InitiativeVerticalStackIllustration",
  },
  {
    asset: <InvalidLinkVerticalStackIllustration />,
    title: "InvalidLinkVerticalStackIllustration",
  },
  {
    asset: <ModuleVerticalStackIllustration />,
    title: "ModuleVerticalStackIllustration",
  },
  {
    asset: <NoAccessVerticalStackIllustration />,
    title: "NoAccessVerticalStackIllustration",
  },
  {
    asset: <PageVerticalStackIllustration />,
    title: "PageVerticalStackIllustration",
  },
  {
    asset: <ProjectVerticalStackIllustration />,
    title: "ProjectVerticalStackIllustration",
  },
  {
    asset: <ServerErrorVerticalStackIllustration />,
    title: "ServerErrorVerticalStackIllustration",
  },
  {
    asset: <TeamspaceVerticalStackIllustration />,
    title: "TeamspaceVerticalStackIllustration",
  },
  {
    asset: <ViewVerticalStackIllustration />,
    title: "ViewVerticalStackIllustration",
  },
  {
    asset: <WorkItemVerticalStackIllustration />,
    title: "WorkItemVerticalStackIllustration",
  },
];
