feat: add footer info
This commit is contained in:
11
src/components/Footer/index.tsx
Normal file
11
src/components/Footer/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
const FooterComponent: React.FC = () => {
|
||||
|
||||
return (
|
||||
<div style={{textAlign: 'center',color: 'black'}}>
|
||||
schisandra ©{new Date().getFullYear()} Created by schisandra
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default FooterComponent;
|
Reference in New Issue
Block a user