mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
Use prop-types in vulcan-embed
This commit is contained in:
parent
f4c664bd44
commit
2f8456a70b
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
import { Components, registerComponent, Utils, getSetting } from 'meteor/vulcan:core';
|
||||
import { withMutation } from 'meteor/vulcan:core';
|
||||
import React, { PropTypes, Component } from 'react';
|
||||
import React, { Component } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { FormattedMessage, intlShape } from 'meteor/vulcan:i18n';
|
||||
import FRC from 'formsy-react-components';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue