Skip to content

Commit 6fd5839

Browse files
committed
Fix PropTypes in model-collapse component
1 parent 15e105c commit 6fd5839

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/components/model-collapse.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import React, { Component, PropTypes } from "react"
1+
import React, { Component } from "react"
2+
import PropTypes from "prop-types"
23

34
export default class ModelCollapse extends Component {
45
static propTypes = {

0 commit comments

Comments
 (0)