Skip to content

Commit

Permalink
undo changes for commonDb to avoid circular imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dreathed committed Oct 8, 2023
1 parent 01203d8 commit 497ffde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/common/commonDb.ts
@@ -1,5 +1,5 @@
import { sanitizeText as _sanitizeText } from './common.js';
import { getConfig } from '../../diagram-api/diagramAPI.js';
import { getConfig } from '../../config.js';

let accTitle = '';
let diagramTitle = '';
Expand Down

0 comments on commit 497ffde

Please sign in to comment.