Doceditor:Components:ConflictResolveDialog Fix

This commit is contained in:
Akmal Isomadinov 2024-07-22 15:50:27 +05:00
parent deb638a5d1
commit 2c683c3ba6

View File

@ -1,4 +1,3 @@
import { ConflictStateType } from "./../../types/index";
// (c) Copyright Ascensio System SIA 2009-2024
//
// This program is a free software product.
@ -24,5 +23,6 @@ import { ConflictStateType } from "./../../types/index";
// All the Product's GUI elements, including illustrations and icon sets, as well as technical writing
// content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0
// International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
import { ConflictStateType } from "./../../types/index";
export interface ConflictResolveProps extends ConflictStateType {}