|
|
@@ -9,7 +9,7 @@ import { DropdownItem } from 'reactstrap';
|
|
|
import { exportAsMarkdown } from '~/client/services/page-operation';
|
|
|
import { toastSuccess } from '~/client/util/apiNotification';
|
|
|
import { smoothScrollIntoView } from '~/client/util/smooth-scroll';
|
|
|
-import { IPageToDeleteWithMeta, IPageToRenameWithMeta, IPageWithMeta } from '~/interfaces/page';
|
|
|
+import { IPageToDeleteWithMeta, IPageToRenameWithMeta } from '~/interfaces/page';
|
|
|
import { IPageWithSearchMeta } from '~/interfaces/search';
|
|
|
import { OnDuplicatedFunction, OnRenamedFunction, OnDeletedFunction } from '~/interfaces/ui';
|
|
|
import {
|
|
|
@@ -176,7 +176,6 @@ export const SearchResultContent: FC<Props> = (props: Props) => {
|
|
|
? page.revision
|
|
|
: page.revision._id;
|
|
|
|
|
|
-
|
|
|
return (
|
|
|
<div className="d-flex flex-column align-items-end justify-content-center py-md-2">
|
|
|
<SubNavButtons
|