// @flow import React from 'react'; import { stopContextMenu } from 'util/context-menu'; type Props = { source: string, }; class HtmlViewer extends React.PureComponent { render() { const { source } = this.props; return (
{/* @if TARGET='app' */}