Yuki Takei пре 4 година
родитељ
комит
500ba121a4

+ 1 - 1
packages/app/src/components/IdenticalPathPage.tsx

@@ -7,7 +7,7 @@ import { DevidedPagePath } from '@growi/core';
 
 import { useCurrentPagePath } from '~/stores/context';
 
-import PageListItem from './Page/PageListItem';
+import PageListItem from './PageList/PageListItem';
 
 
 type IdenticalPathAlertProps = {

+ 0 - 0
packages/app/src/components/Page/PageListItem.tsx → packages/app/src/components/PageList/PageListItem.tsx


+ 1 - 1
packages/app/src/components/SearchPage/SearchResultList.tsx

@@ -1,5 +1,5 @@
 import React, { FC } from 'react';
-import PageListItem from '../Page/PageListItem';
+import PageListItem from '../PageList/PageListItem';
 import PaginationWrapper from '../PaginationWrapper';
 import { IPageSearchResultData } from '../../interfaces/search';