Skip to content

Commit

Permalink
feat: refactor error component
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Aug 15, 2024
1 parent 14c4d8f commit 51d367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cfd/src/Containers/routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import PropTypes from 'prop-types';
import React from 'react';
import { withRouter } from 'react-router';
import BinaryRoutes from '../Components/Routes';
import ErrorComponent from '../Components/Errors/error-component.js';
import ErrorComponent from '../Components/Errors/error-component';
import { observer, useStore } from '@deriv/stores';

const Routes = observer(({ passthrough }) => {
Expand Down

0 comments on commit 51d367f

Please sign in to comment.