From 418834aeb65e439e3ee232cd09be7a647b02bfeb Mon Sep 17 00:00:00 2001 From: ialexanderbrito Date: Mon, 11 Apr 2022 12:05:26 -0300 Subject: [PATCH] fix: rota page horario --- src/routes/PrivateRoutes.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/PrivateRoutes.tsx b/src/routes/PrivateRoutes.tsx index c38ac10..ba29c1b 100644 --- a/src/routes/PrivateRoutes.tsx +++ b/src/routes/PrivateRoutes.tsx @@ -2,7 +2,6 @@ import { Routes, Route } from 'react-router-dom'; import { Admin } from 'pages/Admin'; import { Home } from 'pages/Home'; -import { Horarios } from 'pages/Horarios'; import { MyTicket } from 'pages/MyTicket'; import { NotFound } from 'pages/NotFound'; import { Profile } from 'pages/Profile'; @@ -20,7 +19,7 @@ export function PrivateRoutes() { } /> } /> } /> - } /> + } /> {isAlexander ? } /> : null} {isBarbeiro ? } /> : null} } />