removed deprecated react-router-dom, as all falls within react-router now
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useMatch } from 'react-router-dom';
|
||||
import { useMatch } from 'react-router';
|
||||
import { getDirectCreatePath, getDirectPath } from '../../pages/pathUtils';
|
||||
|
||||
export const useDirectSelected = (): boolean => {
|
||||
|
||||
Reference in New Issue
Block a user