3 lines
62 B
JavaScript
3 lines
62 B
JavaScript
export function Footer(props) {
|
|
return <footer></footer>;
|
|
}
|