diff --git a/src/pages/login/login.config.js b/src/pages/login/login.config.js index ab86514..870c976 100644 --- a/src/pages/login/login.config.js +++ b/src/pages/login/login.config.js @@ -1,4 +1,3 @@ export default { navigationBarTitleText: 'Login' } - \ No newline at end of file diff --git a/src/pages/new_table/new_table.config.js b/src/pages/new_table/new_table.config.js index e69de29..04a7ef9 100644 --- a/src/pages/new_table/new_table.config.js +++ b/src/pages/new_table/new_table.config.js @@ -0,0 +1,3 @@ +export default { + navigationBarTitleText: 'NewTable' +}