Skip to content

Commit

Permalink
refactor: move CustomSlider into YearSlider (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitb35 committed Jan 31, 2025
1 parent d7cef46 commit ff6494b
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,7 +1,7 @@
// Was used for YearRangeSlider in MapFeatureExplorer. Can be removed if no longer needed.

import { Slider, styled } from '@mui/material';
import theme from '../../../../theme/themeProperties';
import theme from '../../../../../theme/themeProperties';
const { light, nonDonatableProjectBackgroundColor } = theme;
export const SmallSlider = styled(Slider)(() => ({
'&.MuiSlider-root': {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Unused code - for future reference while implementing the deforestation timeline slider

import { useState } from 'react';
import { SmallSlider } from '../CustomSlider';
import { SmallSlider } from './CustomSlider';
import styles from './YearSlider.module.scss';
import PlayIcon from '../../../../../../public/assets/images/icons/projectV2/PlayIcon';

Expand Down

0 comments on commit ff6494b

Please sign in to comment.