UNPKG
zarm-mobile
Version:
latest (0.0.0)
0.0.0
UI for react.js
github.com/JeromeLin/zaxui
JeromeLin/zaxui
zarm-mobile
/
components
/
Cell
/
index.js
7 lines
(4 loc)
•
99 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Cell
from
'./Cell'
;
import
Form
from
'./CellForm'
;
Cell
.
Form
=
Form
;
export
default
Cell
;