Remove PropTypes

pull/10616/head
Andrew Watkins 2018-03-15 10:11:59 -07:00
parent a8d55591b2
commit 4dd8a27ab0
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import React, {PropTypes, Component} from 'react'
import React, {Component} from 'react'
import PropTypes from 'prop-types'
import {DYGRAPH_CONTAINER_XLABEL_MARGIN} from 'shared/constants'
import {NULL_HOVER_TIME} from 'shared/constants/tableGraph'