Fix: Resolve syntax error in Categorias.tsx

Fixes a syntax error related to the Layout component in Categorias.tsx, ensuring proper JSX structure.
This commit is contained in:
gpt-engineer-app[bot] 2025-06-23 22:36:32 +00:00
parent 483cd907c8
commit 03547c19b5

View File

@ -195,4 +195,12 @@ const CategoriasPage = () => {
</TableBody>
</Table>
</div>
</CardSpot
</CardSpotlight>
</>
)}
</div>
</Layout>
);
};
export default CategoriasPage;