SULLEY\ryo-h преди 4 години
родител
ревизия
2b6de14dd0
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      packages/app/src/components/SearchPage/SearchResultListItem.tsx
  2. 1 1
      packages/app/src/interfaces/page.ts

+ 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';