Skip to content

Commit 7e7f469

Browse files
author
春秋一语
authored
Import React module
1 parent 57fb8fb commit 7e7f469

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/components/Search/icons.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component } from "react"
1+
import React, { Component } from "react"
22

33
const Aa = (props) => (
44
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
@@ -33,5 +33,3 @@ const Reg = (props) => (
3333

3434
)
3535
export { Aa, Word, Reg }
36-
37-

0 commit comments

Comments
 (0)