CSS adjustments for search
This commit is contained in:
10
js/components/Icon.js
Normal file
10
js/components/Icon.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import actions from '../actions';
|
||||
|
||||
// import question from '../../assets/icons/question.svg';
|
||||
|
||||
function Icon({ name, ...props }) {
|
||||
return (
|
||||
<span/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user