lbry-sec/component/footer.jsx
2021-04-06 17:45:08 -04:00

3 lines
62 B
JavaScript

export function Footer(props) {
return <footer></footer>;
}