Fix import
This commit is contained in:
parent
035c4fae50
commit
dfc73626fa
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import React, { Component } from 'react';
|
|||
import ReactDOM from 'react-dom';
|
||||
import dis from '../../../dispatcher/dispatcher';
|
||||
import classNames from 'classnames';
|
||||
import { ViewTooltipPayload } from '../../../dispatcher/payloads/ViewUserPayload';
|
||||
import { ViewTooltipPayload } from '../../../dispatcher/payloads/ViewTooltipPayload';
|
||||
import { Action } from '../../../dispatcher/actions';
|
||||
|
||||
const MIN_TOOLTIP_HEIGHT = 25;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue