Skip to content

Commit

Permalink
Merge pull request #5 from adityasimant/main
Browse files Browse the repository at this point in the history
added component footer
  • Loading branch information
adityasimant authored Aug 14, 2023
2 parents f247a53 + 90a0f07 commit 9809121
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import React, { Component } from 'react';

class Footer extends Component {
render() {
return (
<div>
Code for footer comes here!
</div>
);
}
}

export default Footer;

0 comments on commit 9809121

Please sign in to comment.