SULLEY\ryo-h 4 лет назад
Родитель
Сommit
2154c8a704

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

@@ -1,4 +1,4 @@
-import React, { FC } from 'react';
+import React, { FC } from 'react';
 import { useTranslation } from 'react-i18next';
 import { UserPicture, PageListMeta, PagePathLabel } from '@growi/ui';
 import { DevidedPagePath } from '@growi/core';

+ 1 - 1
packages/app/src/interfaces/page.ts

@@ -1,4 +1,4 @@
-import { IUser } from './user';
+import { IUser } from './user';
 import { IRevision } from './revision';
 import { ITag } from './tag';