We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94d81b commit 48094acCopy full SHA for 48094ac
modules/main.mjs
@@ -27,7 +27,7 @@ export { openFile, FileProxy } from './io.mjs';
27
28
export * from './gui/display.mjs';
29
30
-export { HierarchyPainter, getHPainter } from './gui/HierarchyPainter.mjs';
+export { HierarchyPainter } from './gui/HierarchyPainter.mjs';
31
32
export { readStyleFromURL, buildGUI } from './gui.mjs';
33
0 commit comments