Skip to content

Commit 91f0c6e

Browse files
committed
refactor: undo export
1 parent ed225c1 commit 91f0c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devextreme/js/__internal/scheduler/shaders/current_time_shader_vertical.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { setHeight, setWidth } from '@js/core/utils/size';
33

44
import CurrentTimeShader from './current_time_shader';
55

6-
export const DATE_TIME_SHADER_ALL_DAY_CLASS = 'dx-scheduler-date-time-shader-all-day';
6+
const DATE_TIME_SHADER_ALL_DAY_CLASS = 'dx-scheduler-date-time-shader-all-day';
77

88
const ALL_DAY_PANEL_CLASS = 'dx-scheduler-all-day-panel';
99

0 commit comments

Comments
 (0)