This commit is contained in:
9
app/components/Footer.js
Normal file
9
app/components/Footer.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Component } from 'react'
|
||||
|
||||
export default class Footer extends Component {
|
||||
render () {
|
||||
return (
|
||||
<div>Footer</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user