Skip to content

Commit fb331b9

Browse files
authored
Import path shortened in form-field (#27158)
* import path shortend * refactor: use improved relative import path in form-field
1 parent 4656c24 commit fb331b9

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)