Added the file name changes

This commit is contained in:
Subhash Halder
2023-09-07 13:16:46 +05:30
parent 9558cb9b16
commit fae648c253
11 changed files with 2 additions and 15 deletions

View File

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