Skip to content

Commit 852391a

Browse files
committed
#RI-5488 - fix build error for redisearch styles
1 parent 5a235f7 commit 852391a

File tree

1 file changed

+2
-2
lines changed
  • redisinsight/ui/src/packages/redisearch/src/styles

1 file changed

+2
-2
lines changed

redisinsight/ui/src/packages/redisearch/src/styles/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@import '@elastic/eui/src/global_styling/mixins/helpers';
2-
@import '@elastic/eui/src/global_styling/index';
1+
@import '../../node_modules/@elastic/eui/src/global_styling/mixins/helpers';
2+
@import '../../node_modules/@elastic/eui/src/global_styling/index';
33

44
* div,
55
* span {

0 commit comments

Comments
 (0)