7 lines
96 B
TypeScript
7 lines
96 B
TypeScript
export function Footer() {
|
|
return (
|
|
<footer>
|
|
|
|
</footer>
|
|
);
|
|
} |