Remove an export I missed

This commit is contained in:
Ash Wilson
2017-08-02 09:04:33 -04:00
parent 05a4f1f6fb
commit 320664a359

View File

@@ -14,7 +14,7 @@ const ACTION_MAP = new Map([
])
// Private: Possible states of a {NativeWatcher}.
export const WATCHER_STATE = {
const WATCHER_STATE = {
STOPPED: Symbol('stopped'),
STARTING: Symbol('starting'),
RUNNING: Symbol('running'),