CSS adjustments for search

This commit is contained in:
Tom Raithel
2017-03-08 22:47:14 +01:00
parent 0ed3d78de4
commit 64705b5df8
5 changed files with 64 additions and 10 deletions

10
js/components/Icon.js Normal file
View 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/>
);
}