Skip to content

Commit 1a2e144

Browse files
committed
fix imports
1 parent 7aa1253 commit 1a2e144

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

redisinsight/ui/src/pages/autodiscover-cloud/components/columns/MessageResultCell/MessageResultCell.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
import React from 'react'
22

3-
import { AddRedisDatabaseStatus } from 'uiSrc/slices/interfaces'
3+
import {
4+
AddRedisDatabaseStatus,
5+
InstanceRedisCloud,
6+
} from 'uiSrc/slices/interfaces'
47
import { CellText } from 'uiSrc/components/auto-discover'
58
import { RiTooltip } from 'uiSrc/components'
69
import { FlexItem, Row } from 'uiSrc/components/base/layout/flex'
710
import { ColorText } from 'uiSrc/components/base/text'
811
import { RiIcon } from 'uiSrc/components/base/icons/RiIcon'
912
import { CellContext } from 'uiSrc/components/base/layout/table'
10-
import { InstanceRedisCloud } from 'uiSrc/slices/interfaces'
1113

1214
import type { MessageResultCellRendererProps } from './MessageResultCell.types'
1315

@@ -56,4 +58,3 @@ export const MessageResultCell = ({
5658
/>
5759
)
5860
}
59-

0 commit comments

Comments
 (0)