Fix standardIcon import case
This commit is contained in:
parent
0900546b68
commit
f53d425985
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
@use 'StandardIcon.scss';
|
||||
@use './standardIcon.scss';
|
||||
|
||||
.BoardIcon {
|
||||
@extend .StandardIcon;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@use 'StandardIcon.scss';
|
||||
@use './standardIcon.scss';
|
||||
|
||||
.TableIcon {
|
||||
@extend .StandardIcon;
|
||||
|
|
Loading…
Reference in a new issue