Rev 6515 | Rev 6530 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
import React from 'react' const DashboardPage = () => { return <h1>Hello</h1> } export default DashboardPage
import React from 'react'
const DashboardPage = () => {
return <h1>Hello</h1>
}
export default DashboardPage