Skip to content

Commit 7fb5173

Browse files
fix issue of React is undefined
1 parent efa6b1d commit 7fb5173

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/icons/close.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from 'react';
12
export default function (props) {
23
return (
34
<svg width="20" height="20" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>

src/icons/search.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from 'react';
12
export default function (props) {
23
return (
34
<svg

0 commit comments

Comments
 (0)