Fixed wrong import in filterApi.test.ts
parent
7f563d8c73
commit
23db199ab0
|
@ -4,7 +4,7 @@ import { filterSlice } from './filterSlice';
|
||||||
import { configureStore } from '@reduxjs/toolkit';
|
import { configureStore } from '@reduxjs/toolkit';
|
||||||
|
|
||||||
import { AppStore } from 'app/store';
|
import { AppStore } from 'app/store';
|
||||||
import { TypeListResponseData } from 'features/Pokedex/types/api';
|
import { TypeListResponseData } from 'types/api';
|
||||||
|
|
||||||
let store: AppStore;
|
let store: AppStore;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue