import type { CatalogEntityRelationsGraphProps } from '@redocly/theme/components/Catalog/CatalogEntity/CatalogEntityGraph/CatalogEntityRelationsGraph';

import { dynamic } from '@redocly/theme/core/utils';

export const CatalogEntityRelationsGraph = dynamic<CatalogEntityRelationsGraphProps>(() =>
  import('./CatalogEntityRelationsGraph').then((mod) => mod.CatalogEntityRelationsGraph),
);
