Skip to content

Commit

Permalink
fixed Rootsore path in error dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
vinu-deriv committed Jun 28, 2022
1 parent 5813578 commit 5560ecc
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 'Types/index';
import { RootStore } from 'Types';

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

0 comments on commit 5560ecc

Please sign in to comment.