lbry-desktop/src/renderer/component/common/lbc-symbol.jsx

7 lines
106 B
React
Raw Normal View History

2018-03-26 23:32:43 +02:00
// @flow
import React from 'react';
const LbcSymbol = () => <span>LBC</span>;
export default LbcSymbol;