Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Commit ff8ed37

Browse files
committed
Fix lint error
1 parent cbdb993 commit ff8ed37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigation-controller.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global requestAnimationFrame */
22

33
import React from 'react'
4-
import PropTypes from 'prop-types';
4+
import PropTypes from 'prop-types'
55
import rebound from 'rebound'
66
import classNames from 'classnames'
77

0 commit comments

Comments
 (0)