Skip to content

Commit

Permalink
ListItem: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
vrimar committed Jan 11, 2022
1 parent 74376b4 commit c1511eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/list/ListItem.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import m from 'mithril';
import classnames from 'classnames';
import { Classes, IAttrs, getClosest, safeCall } from '../../_shared';
import { isFunction } from 'util';
import { Classes, IAttrs, getClosest, safeCall, isFunction } from '../../_shared';

export interface IListItemAttrs extends IAttrs {
/** Toggles active state */
Expand Down

0 comments on commit c1511eb

Please sign in to comment.