This commit is contained in:
Vitalii Kiiko
2024-08-14 09:53:55 +02:00
parent cd73c7fd1d
commit 3690835fa1
4 changed files with 57 additions and 7 deletions

View File

@@ -1,8 +1,10 @@
import React from 'react';
import { Navigate, Outlet } from 'react-router-dom';
import {
//Navigate,
Outlet } from 'react-router-dom';
// tools
import AuthenticationService from '../../service/authentication-service';
//import AuthenticationService from '../../service/authentication-service';
const ProtectedRoute = () => {