Skip to content

Commit

Permalink
fix(ZNTA-2318): import statements reflect typescript branch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
efloden committed Feb 6, 2018
1 parent 2508c8e commit 4044a4e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
@@ -1,6 +1,7 @@
import React, { Component } from 'react'
import React from 'react'
import { Component } from 'react'
import { Icon } from '../../../components'
import PropTypes from 'prop-types'
import * as PropTypes from 'prop-types'
import Dropdown from '../../components/Dropdown'
import { MINOR, MAJOR, CRITICAL } from '../../utils/reject-trans-util'

Expand Down
@@ -1,6 +1,7 @@
import React, { Component } from 'react'
import React from 'react'
import { Component } from 'react'
import { Icon } from '../../../components'
import PropTypes from 'prop-types'
import * as PropTypes from 'prop-types'
import Dropdown from '../../components/Dropdown'
import { MINOR, MAJOR, CRITICAL } from '../../utils/reject-trans-util'

Expand Down
@@ -1,6 +1,7 @@
import React, { Component } from 'react'
import React from 'react'
import { Component } from 'react'
import * as PropTypes from 'prop-types'
import { connect } from 'react-redux'
import PropTypes from 'prop-types'
import Button from '../../components/Button'
import { Row } from 'react-bootstrap'
import { Modal } from '../../../components'
Expand Down

0 comments on commit 4044a4e

Please sign in to comment.