Skip to content

Commit f4f8447

Browse files
authored
fix import path for layout LoadingContent component (#4545)
1 parent 2e7e920 commit f4f8447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/packages/redisearch/src/components/TableInfoResult/TableInfoResult.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
EuiTextColor,
1111
} from '@elastic/eui'
1212

13-
import { LoadingContent } from 'uiSrc/components/base/layout'
13+
import { LoadingContent } from '../../../../../components/base/layout'
1414
import GroupBadge from '../GroupBadge'
1515
import { InfoAttributesBoolean } from '../../constants'
1616

0 commit comments

Comments
 (0)