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:
parent
483cd907c8
commit
03547c19b5
@ -195,4 +195,12 @@ const CategoriasPage = () => {
|
|||||||
</TableBody>
|
</TableBody>
|
||||||
</Table>
|
</Table>
|
||||||
</div>
|
</div>
|
||||||
</CardSpot
|
</CardSpotlight>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</Layout>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default CategoriasPage;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user