Skip to content

Commit

Permalink
updated code with latest upstream branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vinu-deriv committed Jun 28, 2022
1 parent a8a0fb4 commit 4e2a021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Dialog } from '@deriv/components';
import { localize, Localize } from '@deriv/translations';
import { routes } from '@deriv/shared';
import { connect } from 'Stores/connect';
import RootStore from 'Stores/types';
import { RootStore } from 'Types/stores.types';

type TErrorDialogProps = {
disableApp: () => void;
Expand Down

0 comments on commit 4e2a021

Please sign in to comment.