Skip to content

Commit 8ec26af

Browse files
committed
fix: missing import on treelayout
1 parent 0dd2fbb commit 8ec26af

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dist/tag/js/tag.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/treelayout.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import * as d3 from 'd3';
2+
import Word from './components/word.js';
3+
import Link from './components/link.js';
24

35
module.exports = (function() {
46

0 commit comments

Comments
 (0)