From fba2674876d791f29e17716ea7cd4af04c7be0f3 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 19:38:43 +0000 Subject: [PATCH] Fix: Configuracoes page still isolated The Configuracoes page was still rendering in an isolated manner. This commit ensures the page integrates correctly with the main app layout, resolving the issue where it appeared separately. --- src/pages/Configuracoes.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Configuracoes.tsx b/src/pages/Configuracoes.tsx index eaf4663..1327b4a 100644 --- a/src/pages/Configuracoes.tsx +++ b/src/pages/Configuracoes.tsx @@ -7,10 +7,10 @@ const Configuracoes = () => { const [tab, setTab] = useState("visao-geral"); return ( -