Skip to content

Commit

Permalink
remove semi-colons to adhere to linting configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilve1989 committed Apr 13, 2017
1 parent af4a3a2 commit 762ccfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

import React, { Component } from 'react';
import PropTypes from 'prop-types';
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import ReactDOM from 'react-dom'
import classname from 'classnames'

Expand Down

0 comments on commit 762ccfe

Please sign in to comment.