removed unused imports & watch case on adv search

This commit is contained in:
2022-01-20 10:31:53 +00:00
parent ab45a5fc77
commit f0b69141d4
76 changed files with 458 additions and 636 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import axios from "axios";
import https from "https";
import CryptoJS from "crypto-js";
import { getToken, azureHeadersPaged } from "../../../actions";
import { getToken } from "../../../actions";
const WORDKEY = process.env.HASHKEY;