Skip to content

Commit 01e5d7e

Browse files
committed
Reduce around 400kB in the transpiled code.
1 parent 3c774fd commit 01e5d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/CheckboxTree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import classNames from 'classnames';
2-
import { isEqual } from 'lodash';
2+
import isEqual from 'lodash/isEqual';
33
import PropTypes from 'prop-types';
44
import React from 'react';
55
import shortid from 'shortid';

0 commit comments

Comments
 (0)