Skip to content

Commit 2ac2737

Browse files
committed
cleanup not needed changes
1 parent a88564e commit 2ac2737

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

redisinsight/ui/src/slices/app/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5757
export const initialState: StateAppContext = {
5858
workspace:

redisinsight/ui/src/slices/browser/keys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
104104
import { StreamViewType } from '../interfaces/stream'
105105
import { EditorType, RedisResponseBuffer, RedisString } from '../interfaces'
106106

redisinsight/ui/src/slices/instances/instances.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { ExportDatabase } from 'apiSrc/modules/database/models/export-database'
2828

2929
import { fetchMastersSentinelAction } from './sentinel'
3030
import { fetchTags } from './tags'
31-
import type { AppDispatch, RootState } from '../store'
31+
import { AppDispatch, RootState } from '../store'
3232
import {
3333
addErrorNotification,
3434
addInfiniteNotification,

0 commit comments

Comments
 (0)