Skip to content

Commit 87d84cf

Browse files
aanchal88devversion
authored andcommitted
Import path shortened in form-field (#27158)
* import path shortend * refactor: use improved relative import path in form-field (cherry picked from commit fb331b9)
1 parent 3d4a9d1 commit 87d84cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@forward '../../material/core/style/layout-common.import';
1+
@forward '../core/style/layout-common.import';
22
@forward 'form-field-focus-overlay' as mat-mdc-*;
3-
4-
@import '../../material/core/style/layout-common';
3+
@import '../core/style/layout-common';

0 commit comments

Comments
 (0)