فهرست منبع

81100 fix unicode

SULLEY\ryo-h 4 سال پیش
والد
کامیت
c4dc0e71f4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/src/components/SearchPage/SearchResultList.tsx

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

@@ -1,4 +1,4 @@
-import React, { FC } from 'react';
+import React, { FC } from 'react';
 import SearchResultListItem from './SearchResultListItem';
 import { IPageHasId } from '../../interfaces/page';
 import PaginationWrapper from '../PaginationWrapper';