UNPKG
@playwire/pw-react-component
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Playwire React Component
github.com/intergi/pw-react-component
intergi/pw-react-component
@playwire/pw-react-component
/
src
/
lib
/
index.js
4 lines
(3 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
import
RampUnit
from
'./components/RampUnit'
;
import
Ramp
from
'./components/Ramp'
;
export
{
RampUnit
,
Ramp
};