| 1 | import { createSlice, createAsyncThunk } from '@reduxjs/toolkit' |
| 2 | //Middleware thunk is used to convert synchronous action creator into asynchronous action creator. |
| 3 | import movieApi from '../../common/apis/movieApi' |
| 4 | import { APIKey } from '../../common/apis/movieApiKey' |