mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
Added the file name changes
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// @ts-ignore: TODO Fix ts errors
|
||||
import type { Selection } from 'd3-selection';
|
||||
import {
|
||||
clear as commonClear,
|
||||
@@ -8,7 +7,7 @@ import {
|
||||
setAccDescription,
|
||||
setAccTitle,
|
||||
setDiagramTitle,
|
||||
} from '../../commonDb.js';
|
||||
} from '../common/commonDb.js';
|
||||
import * as configApi from '../../config.js';
|
||||
import defaultConfig from '../../defaultConfig.js';
|
||||
import { getThemeVariables } from '../../themes/theme-default.js';
|
||||
|
Reference in New Issue
Block a user