We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fb8fb commit 7e7f469Copy full SHA for 7e7f469
app/components/Search/icons.jsx
@@ -1,4 +1,4 @@
1
-import { Component } from "react"
+import React, { Component } from "react"
2
3
const Aa = (props) => (
4
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
@@ -33,5 +33,3 @@ const Reg = (props) => (
33
34
)
35
export { Aa, Word, Reg }
36
-
37
0 commit comments