mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 13:23:35 +00:00
chore: upgrade react router
This commit is contained in:
committed by
Carlos Valente
parent
7a322406da
commit
8c90f5043f
@@ -1,4 +1,4 @@
|
||||
import { resolvePath } from 'react-router-dom';
|
||||
import { resolvePath } from 'react-router';
|
||||
|
||||
import {
|
||||
arePathsEquivalent,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Path, resolvePath } from 'react-router-dom';
|
||||
import { Path, resolvePath } from 'react-router';
|
||||
import { OntimeView, URLPreset } from 'ontime-types';
|
||||
import { checkRegex } from 'ontime-utils';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user