Browse Source

typescriptize

Yuki Takei 3 years ago
parent
commit
f290ba5f54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ui/src/components/SearchPage/FootstampIcon.tsx

+ 1 - 1
packages/ui/src/components/SearchPage/FootstampIcon.jsx → packages/ui/src/components/SearchPage/FootstampIcon.tsx

@@ -1,6 +1,6 @@
 import React from 'react';
 
-export const FootstampIcon = () => (
+export const FootstampIcon = (): JSX.Element => (
   <svg
     xmlns="http://www.w3.org/2000/svg"
     width={16}