From dfc73626fa6f049095cfd987ba807f372dc5362b Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Mon, 25 May 2020 18:18:47 +0100 Subject: [PATCH] Fix import --- src/components/views/elements/Tooltip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/elements/Tooltip.tsx b/src/components/views/elements/Tooltip.tsx index 340bcf4ec1..650f09775d 100644 --- a/src/components/views/elements/Tooltip.tsx +++ b/src/components/views/elements/Tooltip.tsx @@ -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;