Skip to content

Commit

Permalink
fix: correct snjs import
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Nov 19, 2020
1 parent a6e6044 commit 935ced9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/assets/javascripts/services/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 935ced9

Please sign in to comment.