Skip to content

Commit 7497afc

Browse files
committed
fix(calendar): correct theme token import path in days-view component
1 parent 681a90f commit 7497afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/calendar/days-view/days-view.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
isDateInRanges,
3232
} from "../common/helpers";
3333
import { CalendarDay } from '../common/model';
34-
import {IgxTheme, THEME_TOKEN, ThemeToken} from "igniteui-angular/src/lib/services/theme/theme.token";
34+
import {IgxTheme, THEME_TOKEN, ThemeToken} from "../../services/theme/theme.token";
3535

3636
let NEXT_ID = 0;
3737

0 commit comments

Comments
 (0)