| Ultima modificación | Ver Log |
import React from 'react'
const AddView = () => {
return (
<div>AddView</div>
)
}
export default AddView