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

Commit cbdb993

Browse files
committed
Fix import order
1 parent fa9560f commit cbdb993

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 @@
1-
import PropTypes from 'prop-types';
21
/* global requestAnimationFrame */
32

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

0 commit comments

Comments
 (0)