Fix importing from reduxjs/toolkit

develop
Jason Zhu 2023-04-05 21:36:01 +10:00
parent 63e3ce5fb6
commit fed47e34b0
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { createSlice, Slice } from '@reduxjs/toolkit';
import type { PayloadAction } from '@reduxjs/toolkit';
import { createSlice } from '@reduxjs/toolkit';
import type { Slice, PayloadAction } from '@reduxjs/toolkit';
import { startAppListening } from 'app/listenerMiddleware';
import { PokedexState, RegionPokemonRange } from 'features/Pokedex/types/slice';