import type { CatalogEntityRelationsGraphProps } from '@redocly/theme/components/Catalog/CatalogEntity/CatalogEntityGraph/CatalogEntityRelationsGraph'; import { dynamic } from '@redocly/theme/core/utils'; export const CatalogEntityRelationsGraph = dynamic(() => import('./CatalogEntityRelationsGraph').then((mod) => mod.CatalogEntityRelationsGraph), );