chore: Remove circular dependency

This commit is contained in:
Sidharth Vinod 2023-08-22 13:36:32 +05:30
parent 7e251ee8bc
commit 3944e9ac00
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 2 additions and 2 deletions

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';