Merge pull request #198 from ONLYOFFICE/bugfix/form-gallery

Bugfix/form gallery
This commit is contained in:
Alexey Safronov 2024-01-24 15:33:32 +04:00 committed by GitHub
commit 1b95b48215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ import { useState, useRef } from "react";
import { inject, observer } from "mobx-react";
import { withTranslation } from "react-i18next";
import { Scrollbar } from "@docspace/shared/components/scrollbar";
import { ComboButton } from "@docspace/shared/components/combobox";
import { ComboButton } from "@docspace/shared/components/combobox/sub-components/ComboButton";
import { Backdrop } from "@docspace/shared/components/backdrop";
import { isMobile } from "@docspace/shared/utils";