Skip to content

Commit 892afb4

Browse files
committed
chore: wrong import
1 parent d1519e9 commit 892afb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/option/option.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
import {CommonModule} from '@angular/common';
1313
import {ENTER, SPACE} from '../keyboard/keycodes';
1414
import {coerceBooleanProperty} from '../coercion/boolean-property';
15-
import {MdRippleModule} from '../ripple/ripple';
15+
import {MdRippleModule} from '../ripple/index';
1616
import {MdSelectionModule} from '../selection/index';
1717

1818
/**

0 commit comments

Comments
 (0)