lbry-sec/component/footer.jsx

4 lines
62 B
React
Raw Normal View History

2021-04-06 23:45:08 +02:00
export function Footer(props) {
return <footer></footer>;
}