Skip to content

Commit 35b1254

Browse files
authored
Merge pull request #496 from Coding/dashboard-dev-search
Import React module
2 parents 801e201 + 7e7f469 commit 35b1254

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)