UNPKG
npmchenwei111
Version:
latest (1.0.0)
1.0.0
test1111
npmchenwei111
/
app
/
test
/
TestManifest.js
8 lines
(7 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * Created by chenwei on 2017/8/16. */
import
TestPageForChenWei
from
'./TestPageForChenWei'
export
default
{
TestPageForChenWei
: {
screen
:
TestPageForChenWei
} }