chore: Update creation date

This commit is contained in:
Sidharth Vinod
2022-10-16 10:11:19 +05:30
parent a4af3704ba
commit c83e29c6e3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/** Created by knut on 15-01-14. */
/** Created by knut on 23-07-2022. */
import { sanitizeText, getConfig, log } from './mermaidUtils';
import type { DetailedError } from 'mermaid/dist/utils';

View File

@@ -1,4 +1,4 @@
/** Created by knut on 14-12-11. */
/** Created by knut on 23-07-2022. */
import { select } from 'd3';
import { log, getConfig, setupGraphViewbox } from './mermaidUtils';
import svgDraw from './svgDraw';