mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
Use prop-types package in withList
This commit is contained in:
parent
872ef61b49
commit
bf5a67f790
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ Terms object can have the following properties:
|
|||
|
||||
*/
|
||||
|
||||
import React, { PropTypes, Component } from 'react';
|
||||
import React, { Component } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { withApollo, graphql } from 'react-apollo';
|
||||
import gql from 'graphql-tag';
|
||||
import update from 'immutability-helper';
|
||||
|
|
Loading…
Add table
Reference in a new issue