Initial commit

This commit is contained in:
Tobias Fried
2020-07-14 17:41:45 -04:00
parent 856e1ac749
commit 3a9cf5dc99
18 changed files with 329 additions and 57 deletions

3
src/components/index.ts Normal file
View File

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