5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
import WebView from './WebView';
|
|
|
|
export { WebView };
|
|
export default WebView;
|