Skip to content

Commit 3f4734c

Browse files
crisbetojelbourn
authored andcommitted
chore: remove duplicate imports (#1701)
1 parent 982cdaa commit 3f4734c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/core/a11y/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ import {FocusTrap} from './focus-trap';
33
import {MdLiveAnnouncer} from './live-announcer';
44
import {InteractivityChecker} from './interactivity-checker';
55

6-
export {FocusTrap} from './focus-trap';
7-
export {MdLiveAnnouncer} from './live-announcer';
8-
export {InteractivityChecker} from './interactivity-checker';
9-
106
export const A11Y_PROVIDERS = [MdLiveAnnouncer, InteractivityChecker];
117

128
@NgModule({

0 commit comments

Comments
 (0)