chore: Fix type imports

This commit is contained in:
Sidharth Vinod
2023-08-22 13:44:11 +05:30
parent 6e0f41180f
commit 11b599d77c
34 changed files with 50 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
import { detectType } from './detectType.js';
import { getDiagram, registerDiagram } from './diagramAPI.js';
import { addDiagrams } from './diagram-orchestration.js';
import { DiagramDetector } from './types.js';
import type { DiagramDetector } from './types.js';
import { getDiagramFromText } from '../Diagram.js';
import { it, describe, expect, beforeAll } from 'vitest';