From f88e15356c417453ba0768ab550c308ee749c738 Mon Sep 17 00:00:00 2001 From: "daivid.alves" Date: Tue, 13 Jan 2026 14:46:11 -0300 Subject: [PATCH] Auto-deploy: 2026-01-13 14:46:11 | 1 arquivo(s) alterado(s) --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index c7edcd7..460e51b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,6 +1,6 @@ import { lazy, Suspense } from 'react'; import { BrowserRouter as Router, Routes, Route, Navigate } from 'react-router-dom'; -import { PortalHome } from '@/features/portal'; +import { PortalHome } from '@/features/portal/components/PortalHome'; import AuthProvider, { useAuthContext } from '@/components/shared/AuthProvider'; import { Building, Zap } from 'lucide-react';