mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-10 21:25:04 +00:00
Added edit page.
This commit is contained in:
13
twistter-frontend/src/pages/edit.js
Normal file
13
twistter-frontend/src/pages/edit.js
Normal 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;
|
||||
Reference in New Issue
Block a user