Skip to content

Commit 0a8e0ed

Browse files
committed
fix imports
1 parent f654887 commit 0a8e0ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/core/style/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {NgModule} from '@angular/core';
2-
import {CdkFocusClasses, FOCUS_ORIGIN_MONITOR_PROVIDER} from './add-focus-classes';
2+
import {CdkFocusClasses, FOCUS_ORIGIN_MONITOR_PROVIDER} from './focus-classes';
33

4-
export * from './add-focus-classes';
4+
export * from './focus-classes';
55
export * from './apply-transform';
66

77

0 commit comments

Comments
 (0)