Parcourir la source

81100 fix unicode

SULLEY\ryo-h il y a 4 ans
Parent
commit
c4dc0e71f4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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';