[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>
			
			
This commit is contained in:
		
							parent
							
								
									01b4c996b2
								
							
						
					
					
						commit
						f0f2ce2855
					
				| 
						 | 
					@ -2,7 +2,7 @@ import { createAsyncThunk } from '@reduxjs/toolkit';
 | 
				
			||||||
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
 | 
					// eslint-disable-next-line @typescript-eslint/no-restricted-imports
 | 
				
			||||||
import { useDispatch, useSelector } from 'react-redux';
 | 
					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';
 | 
					import type { AppDispatch, RootState } from './store';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue