// @flow import React from 'react'; import { Image, Component } from 'reactxp'; export default class Img extends Component { render(){ return (); } }