Added edit page.

This commit is contained in:
2019-09-29 23:31:33 -04:00
parent 90442fe3cd
commit 0f127521ca
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
import React, { Component } from 'react'
export class edit extends Component {
render() {
return (
<div>
<b>yo, this the edit profile page</b>
</div>
)
}
}
export default edit;