Skip to content

Commit

Permalink
fix core imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Mar 4, 2017
1 parent fad2445 commit 1c58523
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/button/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {ModuleWithProviders, NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {MdRippleModule} from '../core/ripple/ripple';
import {CompatibilityModule} from '../core/compatibility/compatibility';
import {MdRippleModule, CompatibilityModule, StyleModule} from '../core';
import {
MdAnchor,
MdButton,
Expand All @@ -11,7 +10,6 @@ import {
MdMiniFabCssMatStyler,
MdRaisedButtonCssMatStyler
} from './button';
import {StyleModule} from '../core/style/index';


export * from './button';
Expand Down

0 comments on commit 1c58523

Please sign in to comment.