Files

5 lines
82 B
JavaScript
Raw Permalink Normal View History

import WebView from './lib/WebView';
2018-07-30 22:00:33 -07:00
2018-07-30 22:34:16 -07:00
export { WebView };
export default WebView;