Skip to content

Commit

Permalink
correct import path
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Oct 17, 2023
1 parent bd688dc commit 52c3304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uui-range-slider/lib/uui-range-slider.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FormControlMixin } from '@umbraco-ui/uui-base/lib/mixins';
import { property, query, state } from 'lit/decorators.js';

import { UUIRangeSliderEvent } from './UUIRangeSliderEvent';
import { clamp } from '@umbraco-ui/uui-base';
import { clamp } from '@umbraco-ui/uui-base/lib/utils';

const Z_INDEX = {
TOP: 3,
Expand Down

0 comments on commit 52c3304

Please sign in to comment.