diff options
Diffstat (limited to 'web_src/js/features/repo-graph.js')
-rw-r--r-- | web_src/js/features/repo-graph.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web_src/js/features/repo-graph.js b/web_src/js/features/repo-graph.js index 73bde5facd..f27a986621 100644 --- a/web_src/js/features/repo-graph.js +++ b/web_src/js/features/repo-graph.js @@ -1,3 +1,5 @@ +import $ from 'jquery'; + export default function initRepoGraphGit() { const graphContainer = document.getElementById('git-graph-container'); if (!graphContainer) return; |