[Glitch] fix(deps): update dependency @reduxjs/toolkit to v2.2.7 - abandoned

Port 103e544cfa to glitch-soc

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2806/head
renovate[bot] 2024-08-06 07:54:00 +00:00 committed by Claire
parent 01b4c996b2
commit f0f2ce2855
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { createAsyncThunk } from '@reduxjs/toolkit';
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
import { useDispatch, useSelector } from 'react-redux';
import type { BaseThunkAPI } from '@reduxjs/toolkit/dist/createAsyncThunk';
import type { BaseThunkAPI } from '@reduxjs/toolkit/src/createAsyncThunk';
import type { AppDispatch, RootState } from './store';