chore: Cleanup flowDetector

This commit is contained in:
Sidharth Vinod
2024-06-28 21:51:10 +05:30
parent 02ef40223c
commit 5e8ac1a66e

View File

@@ -18,7 +18,6 @@ const detector: DiagramDetector = (txt, config) => {
return /^\s*flowchart/.test(txt);
};
// @ts-ignore - TODO: Fix after refactor
const loader: DiagramLoader = async () => {
const { diagram } = await import('./flowDiagram-v2.js');
return { id, diagram };