lbry-sec/component/footer.jsx
2021-03-28 23:41:10 -04:00

3 lines
62 B
JavaScript

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