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