chore: upgrade react router

This commit is contained in:
Carlos Valente
2025-07-23 21:11:25 +02:00
committed by Carlos Valente
parent 7a322406da
commit 8c90f5043f
29 changed files with 50 additions and 58 deletions
@@ -1,4 +1,4 @@
import { resolvePath } from 'react-router-dom';
import { resolvePath } from 'react-router';
import {
arePathsEquivalent,
+1 -1
View File
@@ -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';