mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-11 03:19:42 +02:00
chore: Fix imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import type { ExternalDiagramDefinition } from 'mermaid';
|
import type { ExternalDiagramDefinition } from '@mermaid-chart/mermaid';
|
||||||
|
|
||||||
const id = 'example-diagram';
|
const id = 'example-diagram';
|
||||||
|
|
||||||
|
@@ -1,6 +1,12 @@
|
|||||||
|
import type {
|
||||||
|
InternalHelpers,
|
||||||
|
LayoutData,
|
||||||
|
RenderOptions,
|
||||||
|
SVG,
|
||||||
|
SVGGroup,
|
||||||
|
} from '@mermaid-chart/mermaid';
|
||||||
import { curveLinear } from 'd3';
|
import { curveLinear } from 'd3';
|
||||||
import ELK from 'elkjs/lib/elk.bundled.js';
|
import ELK from 'elkjs/lib/elk.bundled.js';
|
||||||
import type { InternalHelpers, LayoutData, RenderOptions, SVG, SVGGroup } from 'mermaid';
|
|
||||||
import { type TreeData, findCommonAncestor } from './find-common-ancestor.js';
|
import { type TreeData, findCommonAncestor } from './find-common-ancestor.js';
|
||||||
|
|
||||||
export const render = async (
|
export const render = async (
|
||||||
|
Reference in New Issue
Block a user