diff --git a/app/assets/javascripts/services/bridge.ts b/app/assets/javascripts/services/bridge.ts index 11d65d8ca..3466cf1fd 100644 --- a/app/assets/javascripts/services/bridge.ts +++ b/app/assets/javascripts/services/bridge.ts @@ -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 {