Arch and components by functionality

This commit is contained in:
Belen Curcio
2020-09-29 19:22:24 -03:00
parent 7c890c7587
commit 9c3cb31b49
41 changed files with 12 additions and 12 deletions

4
components/ui/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export { default as Button } from "./Button";
export { default as Container } from "./Container";
export { default as Logo } from "./Logo";