4
0
forked from crowetic/commerce

Loading State for Button

This commit is contained in:
Belen Curcio 2020-10-14 17:22:37 -03:00
parent 95965f9f49
commit 4d2d3dc6d1
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
export { default } from './Logo'

View File

@ -1,5 +1,5 @@
export { default as Hero } from './Hero'
export { default as Logo } from './LoadingDots'
export { default as Logo } from './Logo'
export { default as Grid } from './Grid'
export { default as Button } from './Button'
export { default as Sidebar } from './Sidebar'