Skip to content

Commit b8f8dca

Browse files
authored
refactor: use improved relative import path in button (#27210)
1 parent 3313edb commit b8f8dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@forward '../../material/core/style/layout-common.import';
1+
@forward '../core/style/layout-common.import';
22
@forward 'button-base';
33

4-
@import '../../material/core/style/layout-common';
4+
@import '../core/style/layout-common';

0 commit comments

Comments
 (0)