remove unused imports
This commit is contained in:
@@ -17,16 +17,8 @@
|
||||
|
||||
import axios from "axios";
|
||||
import CryptoJS from "crypto-js";
|
||||
import _ from "lodash";
|
||||
import {
|
||||
getToken,
|
||||
azureHeaders,
|
||||
consoleLogger,
|
||||
getIncidentbyID,
|
||||
} from "../../../actions";
|
||||
import { JSONPath as jsonpath } from "jsonpath-plus";
|
||||
import { object } from "prop-types";
|
||||
import { query } from "express";
|
||||
import { azureHeaders, consoleLogger, getToken } from "../../../actions";
|
||||
|
||||
const WORDKEY = process.env.HASHKEY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user