25 lines
450 B
JSON
25 lines
450 B
JSON
|
|
{
|
||
|
|
"routes": [
|
||
|
|
{
|
||
|
|
"path": "/",
|
||
|
|
"src": "src/pages/Index.tsx"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "/not-found",
|
||
|
|
"src": "src/pages/NotFound.tsx"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"components": [
|
||
|
|
{
|
||
|
|
"name": "BottomTabBar",
|
||
|
|
"src": "src/components/BottomTabBar.tsx",
|
||
|
|
"route": "/preview/bottom-tab-bar"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "IPhoneFrame",
|
||
|
|
"src": "src/components/IPhoneFrame.tsx",
|
||
|
|
"route": "/preview/i-phone-frame"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|