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

Commit 5765cb5

Browse files
committed
use prop-types package
1 parent 52f285f commit 5765cb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

InputTime/index.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import React, { PropTypes } from 'react';
1+
import React from 'react';
2+
import PropTypes from 'prop-types';
23
import { calculateStyles } from '../lib/utils';
34

45
// generate array of numbers (inclusive)

0 commit comments

Comments
 (0)