Skip to content

Commit 48094ac

Browse files
committed
avoid multiple export
1 parent b94d81b commit 48094ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/main.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export { openFile, FileProxy } from './io.mjs';
2727

2828
export * from './gui/display.mjs';
2929

30-
export { HierarchyPainter, getHPainter } from './gui/HierarchyPainter.mjs';
30+
export { HierarchyPainter } from './gui/HierarchyPainter.mjs';
3131

3232
export { readStyleFromURL, buildGUI } from './gui.mjs';
3333

0 commit comments

Comments
 (0)