Tatsuya Ise 2 лет назад
Родитель
Сommit
42ed48c382
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      apps/app/src/components/DescendantsPageList.tsx

+ 1 - 0
apps/app/src/components/DescendantsPageList.tsx

@@ -16,6 +16,7 @@ import {
   useSWRxPageInfoForList, useSWRxPageList,
 } from '~/stores/page-listing';
 
+import type { ForceHideMenuItems } from './Common/Dropdown/PageItemControl';
 import { LoadingSpinnerPulse } from './LoadingSpinnerPulse';
 import PageList from './PageList/PageList';
 import PaginationWrapper from './PaginationWrapper';