Skip to content

Commit 515afeb

Browse files
committed
fix missing import
1 parent cafbe94 commit 515afeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redisinsight/ui/src/components/monitor/MonitorHeader/MonitorHeader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react'
22
import { useDispatch, useSelector } from 'react-redux'
3+
import cx from 'classnames'
34
import { useParams } from 'react-router-dom'
45
import { EuiIcon } from '@elastic/eui'
56

0 commit comments

Comments
 (0)