Fix import

pull/21833/head
Jorik Schellekens 2020-05-25 18:18:47 +01:00
parent 035c4fae50
commit dfc73626fa
1 changed files with 1 additions and 1 deletions

View File

@ -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;