reate-router 7.0.1

This commit is contained in:
proddy
2024-11-22 16:29:31 +01:00
parent b9a0744433
commit 2437976aed
28 changed files with 261 additions and 292 deletions

View File

@@ -1,6 +1,6 @@
import { useContext } from 'react';
import type { FC } from 'react';
import { Navigate } from 'react-router-dom';
import { Navigate } from 'react-router';
import { fetchLoginRedirect } from 'components/routing/authentication';
import { AuthenticationContext } from 'contexts/authentication';