mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-03 19:36:20 +00:00 
			
		
		
		
	fix: don't use react-router
This commit is contained in:
		
							parent
							
								
									7811ab120c
								
							
						
					
					
						commit
						66035f5c5a
					
				@ -5,7 +5,7 @@
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
import { useEffect } from 'react';
 | 
					import { useEffect } from 'react';
 | 
				
			||||||
import { useIntl } from 'react-intl';
 | 
					import { useIntl } from 'react-intl';
 | 
				
			||||||
import { useLocation } from 'react-router';
 | 
					import { useLocation } from 'react-router-dom';
 | 
				
			||||||
import { useNotification } from '@strapi/helper-plugin';
 | 
					import { useNotification } from '@strapi/helper-plugin';
 | 
				
			||||||
import isNil from 'lodash/isNil';
 | 
					import isNil from 'lodash/isNil';
 | 
				
			||||||
import useLicenseLimits from '../useLicenseLimits';
 | 
					import useLicenseLimits from '../useLicenseLimits';
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user