Skip to content

Commit e747550

Browse files
committed
fix: remove lodash from inspector.tsx
1 parent 1f4aae4 commit e747550

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/containers/Inspector.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React, { useState, useEffect, ChangeEvent, Dispatch, useRef } from "react";
22
import SplitPane from "react-split-pane";
3-
import _ from "lodash";
43
import JSONRPCRequestEditor from "./JSONRPCRequestEditor";
54
import PlayCircle from "@material-ui/icons/PlayCircleFilled";
65
import CloseIcon from "@material-ui/icons/Close";

0 commit comments

Comments
 (0)