Merge branch 'develop' into feature/4674_sankeyValues

* develop:
  chore: Remove circular dependency
This commit is contained in:
Sidharth Vinod
2023-08-22 13:58:55 +05:30

View File

@@ -1,6 +1,6 @@
import { MermaidConfig } from '../config.type.js';
import type { MermaidConfig } from '../config.type.js';
import { frontMatterRegex } from './regexes.js';
import { DiagramDB } from './types.js';
import type { DiagramDB } from './types.js';
// The "* as yaml" part is necessary for tree-shaking
import * as yaml from 'js-yaml';