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

Commit 910e8e0

Browse files
chore: remove unused variable
2 parents 32878ed + 09fc33f commit 910e8e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Modal/ModalContents.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import PropTypes from "prop-types";
1010
* interaction changes open to true -> render modal content without scrollbars
1111
* get height of content -> rerender modal content and cap the height
1212
*/
13-
import { TransitionGroup, CSSTransition } from "react-transition-group";
13+
14+
import { CSSTransition } from "react-transition-group";
1415

1516
import BindMixin from "../Mixin/BindMixin";
1617
import DOMUtil from "../Util/DOMUtil";

0 commit comments

Comments
 (0)