Skip to content

Commit

Permalink
fix: removed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruthi Rai committed Jan 4, 2022
1 parent 9e3ec66 commit 9432f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion react-app/src/component/Legend/ContinuousLegend.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";
import { RGBToHex, colorsArray } from "../Utils/continousLegend";
import { select, scaleLinear, scaleSequential, axisBottom } from "d3";
import { templateArray } from "../WelllayerTemplateTypes";
Expand Down
3 changes: 1 addition & 2 deletions react-app/src/component/Legend/DiscreteLegend.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-ignore
import React from "react";
import * as React from "react";
import legendUtil from "../Utils/discreteLegend";
import { scaleOrdinal, select } from "d3";
import { templateArray, propertiesObj } from "../WelllayerTemplateTypes";
Expand Down

0 comments on commit 9432f42

Please sign in to comment.