import React from 'react'; import Form from 'react-bootstrap/lib/Form'; import { Components, registerComponent } from 'meteor/vulcan:core'; const UrlComponent = ({ refFunction, inputProperties, ...properties }) => ( ); registerComponent('FormComponentUrl', UrlComponent);