Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Mar 23, 2017
1 parent 01b4592 commit 0dad799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/photo/iterator.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const { PropTypes } = React
const { Iterator } = require('../iterator')
const { DropTarget } = require('react-dnd')
const { DND } = require('../../constants')
const { get, move, adjacent } = require('../../common/util')
const { bool, func, number, string, object, shape, arrayOf } = PropTypes
const { move, adjacent } = require('../../common/util')
const { bool, func, number, string, shape, arrayOf } = PropTypes


class PhotoIterator extends Iterator {
Expand Down

0 comments on commit 0dad799

Please sign in to comment.