Skip to content

Commit

Permalink
avoid multiple export
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Sep 30, 2024
1 parent b94d81b commit 48094ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export { openFile, FileProxy } from './io.mjs';

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

export { HierarchyPainter, getHPainter } from './gui/HierarchyPainter.mjs';
export { HierarchyPainter } from './gui/HierarchyPainter.mjs';

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

Expand Down

0 comments on commit 48094ac

Please sign in to comment.