fix: correct snjs import

This commit is contained in:
Baptiste Grob
2020-11-19 17:45:17 +01:00
parent a6e6044e59
commit 935ced9be6

View File

@@ -2,8 +2,7 @@
* This file will be imported by desktop, so we make sure imports are carrying
* as little extra code as possible with them.
*/
import { Environment } from '@standardnotes/snjs/dist/@types/platforms';
export { Environment };
import { Environment } from '@standardnotes/snjs';
/** Platform-specific (i-e Electron/browser) behavior is handled by a Bridge object. */
export interface Bridge {