Skip to content

Commit

Permalink
chore: Remove circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Aug 22, 2023
1 parent 7e251ee commit 3944e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mermaid/src/diagram-api/frontmatter.ts
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 3944e9a

Please sign in to comment.