mirror of
https://github.com/zhigang1992/react-native-routy.git
synced 2026-01-12 08:23:44 +08:00
13 lines
167 B
JavaScript
13 lines
167 B
JavaScript
/**
|
|
* @flow
|
|
*/
|
|
|
|
import Route from './src/Route'
|
|
import * as actions from './src/action'
|
|
import reducer from './src/reducer'
|
|
|
|
export {
|
|
actions,
|
|
reducer,
|
|
Route
|
|
} |