Create page depency components
This commit is contained in:
9
src/Footer.js
Normal file
9
src/Footer.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer>
|
||||
© Matthew Grove {new Date().getFullYear()}
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user