Skip to content

Commit

Permalink
version import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Apr 25, 2024
1 parent 9292600 commit 031a402
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/yoroi-extension/ledger/stores/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import { SUPPORTED_LOCALS } from '../i18n/translations';
import type { URLParams } from '../types/cmn';
import type { TransportIdType } from '../types/enum';
import { TRANSPORT_ID } from '../types/enum';
import { version as appVersion } from '../../package.json';
import packageInfo from '../../package.json';

const appVersion = packageInfo.version;

/**
* This is the RootStore, RootStore is responsible for creating all store
Expand Down

0 comments on commit 031a402

Please sign in to comment.