UNPKG
stitch-ui
Version:
latest (0.0.4)
0.0.4
stitch-ui
/
src
/
app
/
components
/
index.js
7 lines
(5 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
App
from
"./App"
;
import
AppHome
from
"./AppHome"
;
import
ServicesPanel
from
"./ServicesPanel"
;
import
Services
from
"./Services"
;
export
default
{
App
,
AppHome
,
ServicesPanel
,
Services
};