Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
use prop-types package
Browse files Browse the repository at this point in the history
  • Loading branch information
hharnisc committed Jun 13, 2017
1 parent 52f285f commit 5765cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion InputTime/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { PropTypes } from 'react';
import React from 'react';
import PropTypes from 'prop-types';
import { calculateStyles } from '../lib/utils';

// generate array of numbers (inclusive)
Expand Down

0 comments on commit 5765cb5

Please sign in to comment.