Skip to content

Commit ca191eb

Browse files
committed
fix(accordion): fixed tests
1 parent 95c5c78 commit ca191eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datepicker/themes/bs/bs-days-calendar-view.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
DayViewModel, WeekViewModel
1818
} from '../../models';
1919

20-
import { BsDatepickerConfig } from 'ngx-bootstrap/datepicker';
20+
import { BsDatepickerConfig } from '../../bs-datepicker.config';
2121
import { TooltipModule } from 'ngx-bootstrap/tooltip';
2222
import { BsDatepickerDayDecoratorComponent } from './bs-datepicker-day-decorator.directive';
2323
import { NgIf, NgFor } from '@angular/common';

0 commit comments

Comments
 (0)