chore(Filter/Provider): remove lodash.has import

This commit is contained in:
Aminejv 2022-01-02 17:34:56 +01:00
parent 3170cf1df0
commit 447bf8a5a7

View File

@ -1,4 +1,3 @@
import { has } from "lodash";
import * as React from "react"; import * as React from "react";
import * as Actions from "~/common/actions"; import * as Actions from "~/common/actions";
import * as Events from "~/common/custom-events"; import * as Events from "~/common/custom-events";