add SearchInput component with icon

This commit is contained in:
axolotle
2021-06-29 15:46:13 +02:00
parent e65ee2fcb8
commit 5ab3715d19
3 changed files with 64 additions and 23 deletions
+2
View File
@@ -0,0 +1,2 @@
export { default as MultipleTagsSelect } from './MultipleTagsSelect'
export { default as SearchInput } from './SearchInput'