Skip to content

Commit 1c58523

Browse files
committed
fix core imports
1 parent fad2445 commit 1c58523

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/button/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {ModuleWithProviders, NgModule} from '@angular/core';
22
import {CommonModule} from '@angular/common';
3-
import {MdRippleModule} from '../core/ripple/ripple';
4-
import {CompatibilityModule} from '../core/compatibility/compatibility';
3+
import {MdRippleModule, CompatibilityModule, StyleModule} from '../core';
54
import {
65
MdAnchor,
76
MdButton,
@@ -11,7 +10,6 @@ import {
1110
MdMiniFabCssMatStyler,
1211
MdRaisedButtonCssMatStyler
1312
} from './button';
14-
import {StyleModule} from '../core/style/index';
1513

1614

1715
export * from './button';

0 commit comments

Comments
 (0)