Skip to content

Commit

Permalink
Import lodash on component file that uses it. (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkghost authored Oct 17, 2024
1 parent 6eab40d commit c60752b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client-participation/vis2/components/graphAxes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from "react";
import _ from "lodash";
import * as globals from "./globals";

const GraphAxes = ({yCenter, xCenter, report}) => {
Expand Down

0 comments on commit c60752b

Please sign in to comment.