Implemented english, hindi and bangla language integration through i18next
This commit is contained in:
9
src/components/Footer.jsx
Normal file
9
src/components/Footer.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
function Footer() {
|
||||
return (
|
||||
<footer>
|
||||
<p>© 2021</p>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
||||
export default Footer;
|
||||
Reference in New Issue
Block a user