mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-10 18:02:51 +00:00
working on css
This commit is contained in:
10
client/js/components/Footer.js
Normal file
10
client/js/components/Footer.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
|
||||
export default class Footer extends React.Component{
|
||||
|
||||
render(){
|
||||
return(
|
||||
<div class="Footer">This is a footer</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user