remove unnecessary lines

This commit is contained in:
Reda Al Sulais
2023-11-03 22:39:11 +03:00
parent 922bb1452f
commit 0a626917f8
2 changed files with 3 additions and 7 deletions

View File

@@ -1,3 +1,2 @@
export type { Info, Pie, PieSection } from './language/index.js';
export type { DiagramAST } from './parse.js';
export { parse, MermaidParseError } from './parse.js';
export * from './parse.js';