|
@@ -12,6 +12,7 @@ import { apiPost } from '~/client/util/apiv1-client';
|
|
|
import {
|
|
import {
|
|
|
IPageToRenameWithMeta, IPageWithMeta, IPageInfoForEntity, IPageHasId,
|
|
IPageToRenameWithMeta, IPageWithMeta, IPageInfoForEntity, IPageHasId,
|
|
|
} from '~/interfaces/page';
|
|
} from '~/interfaces/page';
|
|
|
|
|
+import { IResTagsUpdateApiv1 } from '~/interfaces/tag';
|
|
|
import { OnDuplicatedFunction, OnRenamedFunction, OnDeletedFunction } from '~/interfaces/ui';
|
|
import { OnDuplicatedFunction, OnRenamedFunction, OnDeletedFunction } from '~/interfaces/ui';
|
|
|
import { IUser } from '~/interfaces/user';
|
|
import { IUser } from '~/interfaces/user';
|
|
|
import {
|
|
import {
|
|
@@ -30,6 +31,7 @@ import {
|
|
|
useIsAbleToShowPageEditorModeManager, useIsAbleToShowPageAuthors,
|
|
useIsAbleToShowPageEditorModeManager, useIsAbleToShowPageAuthors,
|
|
|
} from '~/stores/ui';
|
|
} from '~/stores/ui';
|
|
|
|
|
|
|
|
|
|
+
|
|
|
import CreateTemplateModal from '../CreateTemplateModal';
|
|
import CreateTemplateModal from '../CreateTemplateModal';
|
|
|
import AttachmentIcon from '../Icons/AttachmentIcon';
|
|
import AttachmentIcon from '../Icons/AttachmentIcon';
|
|
|
import HistoryIcon from '../Icons/HistoryIcon';
|
|
import HistoryIcon from '../Icons/HistoryIcon';
|