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,6 +1,6 @@
import { FormEvent, memo, useReducer } from 'react';
import { IoClose } from 'react-icons/io5';
import { useSearchParams } from 'react-router-dom';
import { useSearchParams } from 'react-router';
import { Dialog } from '@base-ui-components/react/dialog';
import { OntimeView } from 'ontime-types';