lbry-desktop/ui/component/common/lbc-symbol.jsx

7 lines
113 B
React
Raw Normal View History

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