Exported withNavigation to web (#330)

This commit is contained in:
Jakub Stasiak 2017-02-15 21:11:44 +01:00 committed by Satyajit Sahoo
parent a41e8b58a0
commit 2f1105dd08

View File

@ -17,4 +17,6 @@ module.exports = {
get StackRouter() { return require('./routers/StackRouter').default; },
get TabRouter() { return require('./routers/TabRouter').default; },
// HOCs
get withNavigation() { return require('./views/withNavigation').default; },
};