Extract Nav from Preference.

This commit is contained in:
Zhongyi Tong
2017-06-21 19:55:12 +08:00
parent b553b29328
commit ffba6b68f8
5 changed files with 85 additions and 16 deletions

View File

@@ -43,7 +43,4 @@ class Tab extends BaseComponent {
}
}
Tab.SERVER_TAB = 0;
Tab.SETTINGS_TAB = 1;
module.exports = Tab;