Skip to content

Commit

Permalink
chore: remove jsx extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-deriv committed Jan 4, 2023
1 parent 0a4befc commit 602af27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ProgressSliderMobile from './progress-slider-mobile.jsx';
import ProgressSliderMobile from './progress-slider-mobile';
import './progress-slider-mobile.scss';

export default ProgressSliderMobile;
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import classNames from 'classnames';
import React from 'react';
import { getTimePercentage } from '@deriv/shared';
import ProgressTicksMobile from './progress-ticks-mobile.jsx';
import ProgressTicksMobile from './progress-ticks-mobile';
import CircularProgress from '../circular-progress';
import RemainingTime from '../remaining-time';
import Text from '../text';
Expand Down

0 comments on commit 602af27

Please sign in to comment.