React

 


Crear un componente rapidamente con el snippet de VSCODE.


import React from 'react'

export const AddCategory = () => {
  return (
    <div>AddCategory</div>
  )
}

Comentarios