fix: fix "DrawerActions" typo (#65)

This commit is contained in:
Chris Heninger
2019-05-01 15:41:53 -07:00
parent f4fada9041
commit be85845a5a

View File

@@ -1,4 +1,4 @@
import * as DrawerAcions from './routers/DrawerActions';
import * as DrawerActions from './routers/DrawerActions';
/**
* Navigators
@@ -10,7 +10,7 @@ export {
/**
* Router
*/
export { DrawerAcions };
export { DrawerActions };
export { default as DrawerRouter } from './routers/DrawerRouter';
/**