UNPKG
tuns-mobile-components
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
Tuns Design UI
tuns-mobile-components
/
src
/
pages
/
index.js
7 lines
(4 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
React
from
"react"
;
import
{
Redirect
}
from
"../components/yeo-router/src"
;
const
IndePage
= (
) =>
<
Redirect
to
=
"/demo"
/>
;
export
default
IndePage
;