Skip to content

Commit

Permalink
fix(frontend): correct Slider styles import
Browse files Browse the repository at this point in the history
  • Loading branch information
MiracleHorizon committed May 24, 2024
1 parent a8b4ce3 commit 7239d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/design-system/Slider/Slider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { NumberInput } from '@components/NumberInput'
import { SliderHeader } from './SliderHeader'
import { getSliderTitleValue, getSliderValue } from './utils'
import type { Props } from './types'
import styles from './slider.module.css'
import styles from './Slider.module.css'

export const Slider = ({
value,
Expand Down

0 comments on commit 7239d78

Please sign in to comment.