File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
redisinsight/ui/src/slices Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ import {
5252 RedisResponseBuffer ,
5353 StateAppContext ,
5454} from '../interfaces'
55- import type { AppDispatch , RootState } from '../store'
55+ import { AppDispatch , RootState } from '../store'
5656
5757export const initialState : StateAppContext = {
5858 workspace :
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ import {
100100 SearchHistoryItem ,
101101 SearchMode ,
102102} from '../interfaces/keys'
103- import type { AppDispatch , RootState } from '../store'
103+ import { AppDispatch , RootState } from '../store'
104104import { StreamViewType } from '../interfaces/stream'
105105import { EditorType , RedisResponseBuffer , RedisString } from '../interfaces'
106106
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import { ExportDatabase } from 'apiSrc/modules/database/models/export-database'
2828
2929import { fetchMastersSentinelAction } from './sentinel'
3030import { fetchTags } from './tags'
31- import type { AppDispatch , RootState } from '../store'
31+ import { AppDispatch , RootState } from '../store'
3232import {
3333 addErrorNotification ,
3434 addInfiniteNotification ,
You can’t perform that action at this time.
0 commit comments