4
0
forked from crowetic/commerce

Adding Icons

This commit is contained in:
Belen Curcio
2020-09-29 20:00:09 -03:00
parent bfcdbb2449
commit 5e115ade3c
3 changed files with 9 additions and 3 deletions

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

@@ -0,0 +1,3 @@
export { default as Bag } from "./Bag";
export { default as Heart } from "./Heart";
export { default as Trash } from "./Trash";