[REPO REFACTOR]: changed to a better git repository structure with branches
This commit is contained in:
11
src/components/Footer.jsx
Normal file
11
src/components/Footer.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import License from './License';
|
||||
|
||||
const Footer = () => {
|
||||
return (
|
||||
<footer className="mt-5 text-center">
|
||||
<License work="miarma.net" workLink="https://miarma.net/" />
|
||||
</footer>
|
||||
);
|
||||
};
|
||||
|
||||
export default Footer;
|
||||
Reference in New Issue
Block a user