5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
const Footer = () => {
|
|
return <div>Footer</div>;
|
|
};
|
|
export default Footer;
|