certificate provider

Summary: _typescript_

Reviewed By: passy

Differential Revision: D17096517

fbshipit-source-id: a6e69e8b9a82fe76bb1de51a3a93182f35f40b3f
This commit is contained in:
Daniel Büchele
2019-08-28 20:33:23 -07:00
committed by Facebook Github Bot
parent 9970c50daf
commit 5868946818
25 changed files with 81 additions and 38 deletions

View File

@@ -6,7 +6,7 @@
*/
import {Store} from '../reducers/index';
import {Logger} from '../fb-interfaces/Logger.js';
import {Logger} from '../fb-interfaces/Logger';
import {login} from '../reducers/user';
import {getUser, logoutUser} from '../fb-stubs/user';