Skip to content

Commit 762ccfe

Browse files
committed
remove semi-colons to adhere to linting configuration
1 parent af4a3a2 commit 762ccfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

3-
import React, { Component } from 'react';
4-
import PropTypes from 'prop-types';
3+
import React, { Component } from 'react'
4+
import PropTypes from 'prop-types'
55
import ReactDOM from 'react-dom'
66
import classname from 'classnames'
77

0 commit comments

Comments
 (0)