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