Remove startAppListening import in pokedexSlice.ts
parent
183ce62f30
commit
790c7828b1
|
@ -1,7 +1,6 @@
|
|||
import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
|
||||
import type { Slice, PayloadAction } from '@reduxjs/toolkit';
|
||||
|
||||
import { startAppListening } from 'app/listenerMiddleware';
|
||||
import { PokedexState, RegionPokemonRange } from 'features/Pokedex/types/slice';
|
||||
|
||||
import { getStartAndEndIdsForRegion } from './utils';
|
||||
|
|
Loading…
Reference in New Issue