Moved NavPlugin types into seperate file
Summary: Moved Flow types into their own file. I will be adding more types as part of the auto complete for the navigation bar and this is to keep the code more organized. Reviewed By: danielbuechele Differential Revision: D16540279 fbshipit-source-id: d69ac0d05f91e9d92fcda37325c791ddc83a52c9
This commit is contained in:
committed by
Facebook Github Bot
parent
84f9a1d8b5
commit
292efb0bb3
@@ -6,7 +6,7 @@
|
||||
* @flow strict-local
|
||||
*/
|
||||
|
||||
import type {Bookmark} from '../';
|
||||
import type {Bookmark} from '../flow-types';
|
||||
|
||||
const FLIPPER_NAVIGATION_PLUGIN_DB = 'flipper_navigation_plugin_db';
|
||||
const FLIPPER_NAVIGATION_PLUGIN_DB_VERSION = 1;
|
||||
|
||||
Reference in New Issue
Block a user