in with the new
This commit is contained in:
9
src/core/components/footer.jsx
Normal file
9
src/core/components/footer.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from "react"
|
||||
|
||||
export default class Footer extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="footer"></div>
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user