lbry-sec/component/footer.jsx

4 lines
62 B
React
Raw Normal View History

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