From 03547c19b5a64bb68304099152e0dac28f1371f6 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:36:32 +0000 Subject: [PATCH] Fix: Resolve syntax error in Categorias.tsx Fixes a syntax error related to the Layout component in Categorias.tsx, ensuring proper JSX structure. --- src/pages/Categorias.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/pages/Categorias.tsx b/src/pages/Categorias.tsx index 106725e..65ed9a1 100644 --- a/src/pages/Categorias.tsx +++ b/src/pages/Categorias.tsx @@ -195,4 +195,12 @@ const CategoriasPage = () => { - + + )} + + + ); +}; + +export default CategoriasPage;