1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +00:00

too many changes - load posts now

This commit is contained in:
2016-08-24 00:29:00 -05:00
parent 24ef17ac5b
commit 7b48c79180
26 changed files with 354 additions and 272 deletions

View File

@@ -4,9 +4,11 @@ import '../../assets/scss/Footer.scss';
export default class Footer extends React.Component{
render(){
return(
<div class="Footer">Site created and maintained by Mitchell Gerber</div>
);
}
render(){
return(
<div class="Footer">
Site created and maintained by Mitchell Gerber
</div>
);
}
}