Toolbar: refactor from IconSearch and add 'size' and 'color' controls

This commit is contained in:
Tobias Fried
2020-07-17 13:23:04 -04:00
parent cf807f789d
commit 44ac4455b7
3 changed files with 4 additions and 42 deletions

View File

@@ -1,3 +1,3 @@
export { default as App } from "./App/App";
export { default as IconGrid } from "./IconGrid/IconGrid";
export { default as IconSearch } from "./IconSearch/IconSearch";
export { default as Toolbar } from "./Toolbar/Toolbar";