Skip to content

Commit dd142d6

Browse files
committed
fix lint
1 parent 6859bc4 commit dd142d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/core/core.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ import {RtlModule} from './rtl/dir';
44
import {MdRippleModule} from './ripple/ripple';
55
import {PortalModule} from './portal/portal-directives';
66
import {OverlayModule} from './overlay/overlay-directives';
7-
import {A11yModule, A11Y_PROVIDERS, MdLiveAnnouncer, InteractivityChecker} from './a11y/index';
7+
import {A11yModule, A11Y_PROVIDERS} from './a11y/index';
88
import {OVERLAY_PROVIDERS} from './overlay/overlay';
9-
import {MdUniqueSelectionDispatcher} from './coordination/unique-selection-dispatcher';
109

1110

1211
// RTL

0 commit comments

Comments
 (0)