import React from 'react';
//import Formio from 'react-formio';

export default () => {
  //<Formio src="currentResource.submissionUrl" read-only="true"/>
  return (
    <div className="form-view">
      View
    </div>
  );
};
