diff --git a/packages/client/src/components/dialogs/DeleteProfileEverDialog/index.js b/packages/client/src/components/dialogs/DeleteProfileEverDialog/index.js index b5901d708b..3f0fe7e666 100644 --- a/packages/client/src/components/dialogs/DeleteProfileEverDialog/index.js +++ b/packages/client/src/components/dialogs/DeleteProfileEverDialog/index.js @@ -12,7 +12,6 @@ import toastr from "@docspace/components/toast/toastr"; import ModalDialogContainer from "../ModalDialogContainer"; import { inject, observer } from "mobx-react"; import config from "PACKAGE_FILE"; -import { combineUrl } from "@docspace/common/utils"; const { deleteUser } = api.people; //TODO: Move to action const { Filter } = api;