diff --git a/web/ASC.Web.Client/src/components/pages/Settings/categories/integration/thirdPartyServicesSettings.js b/web/ASC.Web.Client/src/components/pages/Settings/categories/integration/thirdPartyServicesSettings.js index 182325ae85..5e749eb5a3 100644 --- a/web/ASC.Web.Client/src/components/pages/Settings/categories/integration/thirdPartyServicesSettings.js +++ b/web/ASC.Web.Client/src/components/pages/Settings/categories/integration/thirdPartyServicesSettings.js @@ -6,6 +6,7 @@ import Box from "@appserver/components/box"; import Text from "@appserver/components/text"; import Link from "@appserver/components/link"; import toastr from "@appserver/components/toast/toastr"; +import { tablet, mobile } from "@appserver/components/utils/device"; import ConsumerItem from "./sub-components/consumerItem"; import ConsumerModalDialog from "./sub-components/consumerModalDialog";