Browse Source

Remove useless import.

main
Titouan Rigoudy 4 years ago
parent
commit
9b8303b42f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/modules/websocket/slice.ts

+ 1
- 1
src/modules/websocket/slice.ts View File

@ -1,5 +1,5 @@
import { createAction, createSlice, PayloadAction } from '@reduxjs/toolkit';
import { RootState, AppThunk } from '../../app/store';
import { RootState } from '../../app/store';
export enum SocketState {
Opening,


Loading…
Cancel
Save