Update react-collapse and react-motion

This commit is contained in:
Larry Gregory
2017-11-08 07:41:23 -05:00
parent 362f1392b5
commit 57a3be28b0
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import React from "react"
import PropTypes from "prop-types"
import OriCollapse from "react-collapse"
import { Collapse as OriCollapse } from "react-collapse"
function xclass(...args) {
return args.filter(a => !!a).join(" ").trim()