UNPKG
curuxa
Version:
latest (0.1.0)
0.1.0
A design system for Leadmirror
github.com/omarmosid/curuxa
omarmosid/curuxa
curuxa
/
src
/
index.js
8 lines
(5 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
styles
from
'./styles/styles'
;
import
*
as
global
from
'./styles/global'
;
import
*
as
animation
from
'./styles/animation'
;
export
{ styles,
global
, animation };
export
*
from
'./components/button/button'